src/crypto.c: possible fix for memory leak related
[citadel.git] / webcit / static / head.html
index 4766dbfae55b06eb74588f5fab2213d28eff31c8..1ae41aba947da9ac83d5da8bb7ed7038a529adb6 100644 (file)
@@ -2,13 +2,13 @@
         "http://www.w3.org/TR/html4/strict.dtd">
 <html>
 <head>
-<?REFRESHTAG>
 <title><?SERV_HUMANNODE></title>
 <meta name="MSSmartTagsPreventParsing" content="TRUE" />
-<link href="/static/webcit.css" rel="stylesheet" type="text/css">
+<link href="static/webcit.css" rel="stylesheet" type="text/css">
 <script type="text/javascript" src="static/wclib.js"></script>
 <script type="text/javascript" src="static/prototype.js"></script>
 <script type="text/javascript" src="static/scriptaculous.js"></script>
-
+<script type="text/javascript" src="static/niftycube.js"></script>
 </head>
 <body>
+<! end head.html>