Correct syntax error in linked output for known class map

* src/current/compiler/js.xsl (lv:paclage compiler:exit-rater):
  Add missing semicolon
master
Mike Gerwitz 2017-05-08 16:34:07 -04:00
parent f2821af5cb
commit ec4c73f749
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,7 @@
<value-of select="@name" />
<text>': true</text>
</for-each>
<text>}</text>
<text>}; </text>
<!-- common stuff -->
<call-template name="compiler:static" />