[vhffs-dev] [1493] Fixed unclosed elements (Firefox SGML validation doesn' t work anymore here |
[ Thread Index |
Date Index
| More vhffs.org/vhffs-dev Archives
]
Revision: 1493
Author: beuss
Date: 2009-08-01 01:30:40 +0200 (Sat, 01 Aug 2009)
Log Message:
-----------
Fixed unclosed elements (Firefox SGML validation doesn't work anymore here
Modified Paths:
--------------
trunk/vhffs-public/templates/layouts/public.tt
Modified: trunk/vhffs-public/templates/layouts/public.tt
===================================================================
--- trunk/vhffs-public/templates/layouts/public.tt 2009-07-31 21:59:09 UTC (rev 1492)
+++ trunk/vhffs-public/templates/layouts/public.tt 2009-07-31 23:30:40 UTC (rev 1493)
@@ -7,7 +7,7 @@
[%# TODO: Add a parameter to include extra-js %]
- <script language="JavaScript" type="text/javascript">
+ <script type="text/javascript">
// Dojo configuration
djConfig = {
preventBackButtonFix: false
@@ -43,3 +43,5 @@
</div>
</div>
</div>
+</body>
+</html>