diff options
Diffstat (limited to 'htdocs/header.html')
-rwxr-xr-x | htdocs/header.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/htdocs/header.html b/htdocs/header.html index 3f54dc3..b77151e 100755 --- a/htdocs/header.html +++ b/htdocs/header.html @@ -12,7 +12,8 @@ <script type="text/javascript" src="<!--#echo var="relroot" -->scripts/tabtastic/attachevent.js"></script> <script type="text/javascript" src="<!--#echo var="relroot" -->scripts/tabtastic/addcss.js"></script> <script type="text/javascript" src="<!--#echo var="relroot" -->scripts/tabtastic/tabtastic.js"></script> - <meta name="revision" content="$Id: header.html,v 1.45 2007-03-22 05:05:18 ot Exp $" /> + <script type="text/javascript" src="<!--#echo var="relroot" -->scripts/prefill.js"></script> + <meta name="revision" content="$Id: header.html,v 1.46 2007-04-10 02:49:44 ot Exp $" /> <meta name="keywords" content="HTML, HyperText Markup Language, Validation, W3C Markup Validation Service" /> <meta name="description" content="W3C's easy-to-use @@ -21,7 +22,7 @@ <!--#if expr="$feeds = 1" --> <link rel="alternate" type="application/atom+xml" href="whatsnew.atom" /> <!--#endif --> - <!-- SSI Template Version: $Id: header.html,v 1.45 2007-03-22 05:05:18 ot Exp $ --> + <!-- SSI Template Version: $Id: header.html,v 1.46 2007-04-10 02:49:44 ot Exp $ --> </head> |