Skip to content

Commit 24def4d

Browse files
committed
Update template
Fix typo Add CDATA to description (since it's HTML inside of an XML doc)
1 parent 83d3598 commit 24def4d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_template/LICENSE.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<p>[name] is licened under the <a href="">MIT License</a>.</p>
1+
<p>[name] is licensed under the <a href="">MIT License</a>.</p>

_template/library.dnn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<packages>
33
<package name="[name]" type="JavaScript_Library" version="[version]">
44
<friendlyName>[name]</friendlyName>
5-
<description></description>
5+
<description><![CDATA[ ]]></description>
66
<owner>
77
<name>Engage Software</name>
88
<organization>Engage Software</organization>

0 commit comments

Comments
 (0)