Commit 3505b042 authored by Franco Fichtner's avatar Franco Fichtner

src: whitespace sweep + style fixes

parent 1581f02d
<?php
/**
* Copyright (C) 2015 Deciso B.V.
*
......@@ -93,6 +94,4 @@ class Backend
return $resp;
}
}
<?php
/**
* Copyright (C) 2015 Deciso B.V.
*
......@@ -112,4 +113,4 @@ class OptionField extends BaseField
return array();
}
}
}
\ No newline at end of file
}
......@@ -144,4 +144,4 @@ httpd_suppress_version_string on
{% if OPNsense.proxy.general.icpPort != '' %}
icp_port {{OPNsense.proxy.general.icpPort}}
{% endif %}
{% endif %}
\ No newline at end of file
{% endif %}
......@@ -410,6 +410,6 @@ include("head.inc");
//]]>
</script>
<?php include("foot.inc"); ?>
<?php include("foot.inc"); ?>
</body>
</html>
......@@ -218,6 +218,6 @@ pre {
<?php execCmds(); ?>
</div>
<?php include("foot.inc"); ?>
<?php include("foot.inc"); ?>
</body>
</html>
......@@ -124,4 +124,4 @@ if ($_POST) {
</section>
<?php include("foot.inc"); ?>
<?php include("foot.inc"); ?>
......@@ -39,4 +39,4 @@ $pgtitle = gettext("Status: CPU Graph");
width="550" height="275" pluginspage="http://www.adobe.com/svg/viewer/install/auto" />
</div>
<br /><span class="red"><strong><?=gettext("Note"); ?>:</strong></span> <?=gettext("if you can't see the graph, you may have to install the"); ?> <a href="http://www.adobe.com/svg/viewer/install/" target="_blank"><?=gettext("Adobe SVG viewer"); ?></a>.
<?php include("foot.inc"); ?>
<?php include("foot.inc"); ?>
......@@ -359,6 +359,6 @@ jQuery(function ($) {
</div>
</div>
</section>
<?php include("foot.inc"); ?>
<?php include("foot.inc"); ?>
</body>
</html>
......@@ -218,6 +218,6 @@ function update_description() {
</div>
</section>
<?php include("foot.inc"); ?>
<?php include("foot.inc"); ?>
</body>
</html>
......@@ -188,6 +188,6 @@ function update_description() {
</section>
<?php include("foot.inc"); ?>
<?php include("foot.inc"); ?>
</body>
</html>
......@@ -815,7 +815,7 @@ typesel_change_remote(<?=htmlspecialchars($pconfig['remoteid_netbits'])?>);
<?php endif; ?>
//]]>
</script>
<?php include("foot.inc"); ?>
<?php include("foot.inc"); ?>
</body>
</html>
......
......@@ -917,6 +917,6 @@ server_changed();
//]]>
</script>
<?php include("foot.inc"); ?>
<?php include("foot.inc"); ?>
</body>
</html>
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