mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-06 03:29:44 -06:00
du asset meta update
This commit is contained in:
@@ -8,9 +8,9 @@
|
||||
</h3>
|
||||
<p>{{{description}}}</p>
|
||||
<p>Version - {{version}}</p>
|
||||
<p>Author - {{author}}</p>
|
||||
<p>Author - {{{author}}}</p>
|
||||
<p>Associated URL - <a href="{{url}}">{{url}}</a></p>
|
||||
<p>License - {{license}}</p>
|
||||
<p>License - {{{license}}}</p>
|
||||
<p>Filepath - {{path}}</p>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
@@ -133,6 +133,10 @@ window.onload = function () {
|
||||
/\\n/g, ""
|
||||
);
|
||||
documentation[i].data[j].description = escaped;
|
||||
var escapedLicense = documentation[i].data[j].license.replace(
|
||||
/\\n/g, ""
|
||||
);
|
||||
documentation[i].data[j].license = escapedLicense;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user