Skip to content

Commit ede2ace

Browse files
author
fantu
committed
Some fix for xhtml standard
1 parent 1c1d86b commit ede2ace

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

interface/web/themes/default/templates/main.tpl.htm

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
<link href="themes/default/css/patches/central.css" rel="stylesheet" type="text/css" />
1212
<![endif]-->
1313

14-
<script src="js/yui/yahoo/yahoo-min.js"></script>
15-
<script src="js/yui/connection/connection-min.js"></script>
16-
<script src="js/scrigo.js.php"></script>
14+
<script type="text/javascript" src="js/yui/yahoo/yahoo-min.js"></script>
15+
<script type="text/javascript" src="js/yui/connection/connection-min.js"></script>
16+
<script type="text/javascript" src="js/scrigo.js.php"></script>
1717
<!--script src="js/wforms.js"></script-->
1818

1919
</head>
@@ -66,6 +66,5 @@ <h1 id="ir-HeaderLogo" class="swap"><span>ISPConfig 3</span></h1>
6666
</div>
6767
<!-- end: #footer -->
6868
</div>
69-
</div>
7069
</body>
7170
</html>

0 commit comments

Comments
 (0)