We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78963ae commit d21726cCopy full SHA for d21726c
entries2html.xsl
@@ -10,7 +10,7 @@
10
<html>
11
<head><xsl:if test="css/text()">
12
<style><xsl:copy-of select="css/text()" /></style></xsl:if>
13
- <script src="http://code.jquery.com/jquery-latest.js"></script><xsl:if test="code/@location='head'">
+ <script src="http://code.jquery.com/jquery-1.9.1.js"></script><xsl:if test="code/@location='head'">
14
<script>
15
<xsl:copy-of select="code/text()" />
16
</script>
0 commit comments