]> sipb.mit.edu Git - ikiwiki.git/commitdiff
modified the wrong file
authorGeoffrey Thomas <geofft@mit.edu>
Thu, 15 Jan 2009 07:56:09 +0000 (02:56 -0500)
committerQuentin Smith <quentin@mit.edu>
Thu, 15 Jan 2009 09:08:48 +0000 (04:08 -0500)
templates/misc.tmpl
templates/page.tmpl

index 634dc7abaf5aab328dfed2c8a08cdb5b0cd46d33..17379993195b620d572eb7cfc6e4ccc14852e69b 100644 (file)
@@ -14,7 +14,6 @@
 <TMPL_IF NAME="FAVICON">
 <link rel="icon" href="<TMPL_VAR BASEURL><TMPL_VAR FAVICON>" type="image/x-icon" />
 </TMPL_IF>
-<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js" type="text/javascript"></script>
 </head>
 <body>
 
index 85f6e8cca3e47935d8f60ce657d6fca13cc4d997..80100905ce5bf3c69ad63e93b21d20227509e2f1 100644 (file)
@@ -16,6 +16,7 @@
                <title><TMPL_VAR TITLE></title>
                
                <link rel="stylesheet" type="text/css" href="<TMPL_VAR BASEURL>style.css" />
+               <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js" type="text/javascript"></script>
        </head>
        
        <body>