mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-16 01:24:38 +00:00
src: whitespace sweep + style fixes
This commit is contained in:
parent
1581f02d97
commit
3505b0423f
@ -1,4 +1,5 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* Copyright (C) 2015 Deciso B.V.
|
||||
*
|
||||
@ -93,6 +94,4 @@ class Backend
|
||||
|
||||
return $resp;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* Copyright (C) 2015 Deciso B.V.
|
||||
*
|
||||
@ -112,4 +113,4 @@ class OptionField extends BaseField
|
||||
return array();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -144,4 +144,4 @@ httpd_suppress_version_string on
|
||||
{% if OPNsense.proxy.general.icpPort != '' %}
|
||||
icp_port {{OPNsense.proxy.general.icpPort}}
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
{% 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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user