Skip to content

Commit

Permalink
Item9120: protect [if IE] code with <literal> tag to avoid unwanted e…
Browse files Browse the repository at this point in the history
…scaping.

git-svn-id: http://svn.foswiki.org/trunk/FlotChartPlugin@7797 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
AntonioTerceiro authored and AntonioTerceiro committed Jun 14, 2010
1 parent 8d17438 commit fed3f72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/flotchartplugin.javascript.tmpl
@@ -1,2 +1,2 @@
<!--[if IE]><script language="javascript" type="text/javascript" src="%PUBURL%/%SYSTEMWEB%/FlotChartPlugin/excanvas.min.js"></script><![endif]-->
<literal><!--[if IE]><script language="javascript" type="text/javascript" src="%PUBURL%/%SYSTEMWEB%/FlotChartPlugin/excanvas.min.js"></script><![endif]--></literal>
<script language="javascript" type="text/javascript" src="%PUBURL%/%SYSTEMWEB%/FlotChartPlugin/jquery.flot.min.js"></script>

0 comments on commit fed3f72

Please sign in to comment.