src: whitespace sweep + style fixes

This commit is contained in:
Franco Fichtner 2015-04-10 09:19:35 +02:00
parent 1581f02d97
commit 3505b0423f
12 changed files with 13 additions and 13 deletions

View File

@ -1,4 +1,5 @@
<?php
/**
* Copyright (C) 2015 Deciso B.V.
*
@ -93,6 +94,4 @@ class Backend
return $resp;
}
}

View File

@ -1,4 +1,5 @@
<?php
/**
* Copyright (C) 2015 Deciso B.V.
*
@ -112,4 +113,4 @@ class OptionField extends BaseField
return array();
}
}
}
}

View File

@ -144,4 +144,4 @@ httpd_suppress_version_string on
{% if OPNsense.proxy.general.icpPort != '' %}
icp_port {{OPNsense.proxy.general.icpPort}}
{% endif %}
{% endif %}
{% endif %}

View File

@ -410,6 +410,6 @@ include("head.inc");
//]]>
</script>
<?php include("foot.inc"); ?>
<?php include("foot.inc"); ?>
</body>
</html>

View File

@ -218,6 +218,6 @@ pre {
<?php execCmds(); ?>
</div>
<?php include("foot.inc"); ?>
<?php include("foot.inc"); ?>
</body>
</html>

View File

@ -124,4 +124,4 @@ if ($_POST) {
</section>
<?php include("foot.inc"); ?>
<?php include("foot.inc"); ?>

View File

@ -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"); ?>

View File

@ -359,6 +359,6 @@ jQuery(function ($) {
</div>
</div>
</section>
<?php include("foot.inc"); ?>
<?php include("foot.inc"); ?>
</body>
</html>

View File

@ -218,6 +218,6 @@ function update_description() {
</div>
</section>
<?php include("foot.inc"); ?>
<?php include("foot.inc"); ?>
</body>
</html>

View File

@ -188,6 +188,6 @@ function update_description() {
</section>
<?php include("foot.inc"); ?>
<?php include("foot.inc"); ?>
</body>
</html>

View File

@ -815,7 +815,7 @@ typesel_change_remote(<?=htmlspecialchars($pconfig['remoteid_netbits'])?>);
<?php endif; ?>
//]]>
</script>
<?php include("foot.inc"); ?>
<?php include("foot.inc"); ?>
</body>
</html>

View File

@ -917,6 +917,6 @@ server_changed();
//]]>
</script>
<?php include("foot.inc"); ?>
<?php include("foot.inc"); ?>
</body>
</html>