Commit fcc15584 authored by Jos Schellevis's avatar Jos Schellevis

Fixed html coding issues on several files

parent 8b23648d
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -569,5 +569,4 @@ if(file_exists("/var/run/interface_mismatch_reboot_needed"))
</section>
<?php include("foot.inc"); ?>
</body>
</html>
This diff is collapsed.
......@@ -74,6 +74,10 @@ if(file_exists("{$g['tmp_path']}/manifest")) {
}
?>
<body>
<script type="text/javascript">
//<![CDATA[
......@@ -90,7 +94,6 @@ function enable_altfirmwareurl(enable_over) {
//]]>
</script>
<body>
<?php include("fbegin.inc");?>
<!-- row -->
......
......@@ -335,6 +335,7 @@ $closehead = false;
include("head.inc");
?>
<body onload="<?= $jsevents["body"]["onload"] ?>">
<link rel="stylesheet" type="text/css" href="/javascript/jquery-ui-timepicker-addon/css/jquery-ui-timepicker-addon.css" />
<link rel="stylesheet" type="text/css" href="/javascript/jquery/jquery-ui-1.11.1.css" />
......@@ -345,9 +346,7 @@ include("head.inc");
});
//]]>
</script>
</head>
<body onload="<?= $jsevents["body"]["onload"] ?>">
<?php include("fbegin.inc"); ?>
<script type="text/javascript">
......
......@@ -171,7 +171,7 @@ else
echo "<link type=\"text/css\" rel=\"stylesheet\" href=\"/themes/{$g['theme']}/all.css\" media=\"all\" />";
*/
?>
</head>
<body>
<? include("fbegin.inc"); ?>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment