diff options
Diffstat (limited to 'htdocs/header.html')
-rwxr-xr-x | htdocs/header.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/htdocs/header.html b/htdocs/header.html index 169d5ae..1b44330 100755 --- a/htdocs/header.html +++ b/htdocs/header.html @@ -8,11 +8,11 @@ <link rel="shortcut icon" href="http://www.w3.org/2008/site/images/favicon.ico" type="image/x-icon" /> <link rev="start" href="<!--#echo var="relroot" -->" title="Home Page" /> <style type="text/css" media="all"> - @import "<!--#echo var="relroot" -->style/base.css"; + @import "<!--#echo var="relroot" -->style/base"; </style> <!--#if expr="$includeJS = 1" --> - <script type="text/javascript" src="scripts/mootools.js"></script> - <script type="text/javascript" src="scripts/w3c-validator.js"></script> + <script type="text/javascript" src="scripts/mootools"></script> + <script type="text/javascript" src="scripts/w3c-validator"></script> <!--#endif --> <meta name="keywords" content="HTML, HyperText Markup Language, Validation, W3C Markup Validation Service" /> |