Skip to content

Commit d21726c

Browse files
committed
Demos: change script ref from jquery-latest.js to jquery-1.9.1.js
1 parent 78963ae commit d21726c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entries2html.xsl

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<html>
1111
&lt;head&gt;<xsl:if test="css/text()">
1212
&lt;style&gt;<xsl:copy-of select="css/text()" />&lt;/style&gt;</xsl:if>
13-
&lt;script src="http://code.jquery.com/jquery-latest.js"&gt;&lt;/script&gt;<xsl:if test="code/@location='head'">
13+
&lt;script src="http://code.jquery.com/jquery-1.9.1.js"&gt;&lt;/script&gt;<xsl:if test="code/@location='head'">
1414
&lt;script&gt;
1515
<xsl:copy-of select="code/text()" />
1616
&lt;/script&gt;

0 commit comments

Comments
 (0)