summaryrefslogtreecommitdiffstats
path: root/usr/local/www/widgets/widgets/log.widget.php
diff options
context:
space:
mode:
authorCharlie Marshall <charlie0440@gmail.com>2013-07-26 10:36:46 +0100
committerCharlie Marshall <charlie0440@gmail.com>2013-07-26 10:36:46 +0100
commitfaef4c77e94759d40331a97e3427301c4ca827d3 (patch)
tree22d12b955f5d09df7a4e19f0f335a0785df196e9 /usr/local/www/widgets/widgets/log.widget.php
parentfa050a566830033ca160f3a43947ff5673bfa238 (diff)
downloadpfsense-faef4c77e94759d40331a97e3427301c4ca827d3.zip
pfsense-faef4c77e94759d40331a97e3427301c4ca827d3.tar.gz
remove white spaces
Diffstat (limited to 'usr/local/www/widgets/widgets/log.widget.php')
-rw-r--r--usr/local/www/widgets/widgets/log.widget.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/usr/local/www/widgets/widgets/log.widget.php b/usr/local/www/widgets/widgets/log.widget.php
index 4071936..5044f60 100644
--- a/usr/local/www/widgets/widgets/log.widget.php
+++ b/usr/local/www/widgets/widgets/log.widget.php
@@ -64,8 +64,8 @@ if($_POST['filterlogentries']) {
echo '</script>';
echo '<noscript>';
echo '<meta http-equiv="refresh" content="0;url='.$filename.'" />';
- echo '</noscript>';
- }
+ echo '</noscript>';
+ }
Header("Location: /");
}
@@ -131,7 +131,7 @@ function format_log_line(row) {
<div id="log-settings" class="widgetconfigdiv" style="display:none;">
<form action="/widgets/widgets/log.widget.php" method="post" name="iforma">
- Number of lines to display:
+ Number of lines to display:
<select name="filterlogentries" class="formfld unknown" id="filterlogentries">
<?php for ($i = 1; $i <= 20; $i++) { ?>
<option value="<?php echo $i;?>" <?php if ($nentries == $i) echo "SELECTED";?>><?php echo $i;?></option>
@@ -146,16 +146,16 @@ function format_log_line(row) {
<input id="actblock" name="actblock" type="checkbox" value="Block" <?php if (in_arrayi('Block', $Include_Act)) echo "checked=\"checked\""; ?> /> Block
<input id="actreject" name="actreject" type="checkbox" value="Reject" <?php if (in_arrayi('Reject', $Include_Act)) echo "checked=\"checked\""; ?> /> Reject
<br/>
- Interfaces:
+ Interfaces:
<select id="filterlogentriesinterfaces" name="filterlogentriesinterfaces" class="formselect">
- <?php
+ <?php
$interfaces = get_configured_interface_with_descr();
foreach ($interfaces as $iface => $ifacename): ?>
<option value="<?=$iface;?>" <?php if (!link_interface_to_bridge($iface) && $iface == $if) echo "selected"; ?>>
<?=htmlspecialchars($ifacename);?>
</option>
<?php endforeach; ?>
- </select>
+ </select>
<input id="submita" name="submita" type="submit" class="formbtn" value="Save" />
</form>
OpenPOWER on IntegriCloud