summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/status_logs_filter_dynamic.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2016-08-16 14:15:56 +0930
committerPhil Davis <phil.davis@inf.org>2016-08-16 14:15:56 +0930
commit9d3e8723171c727cf43338bd8e95ab2bb7e6a66c (patch)
tree0c6bfba9d9404fc5d0adeb954268090ab82f56bc /src/usr/local/www/status_logs_filter_dynamic.php
parent0ed3b15981b4451efb11839d6ee7b9acf1ed1d84 (diff)
downloadpfsense-9d3e8723171c727cf43338bd8e95ab2bb7e6a66c.zip
pfsense-9d3e8723171c727cf43338bd8e95ab2bb7e6a66c.tar.gz
Code style and comments
No functional change - just making style consistent
Diffstat (limited to 'src/usr/local/www/status_logs_filter_dynamic.php')
-rw-r--r--src/usr/local/www/status_logs_filter_dynamic.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/status_logs_filter_dynamic.php b/src/usr/local/www/status_logs_filter_dynamic.php
index 2d46a7e..21d7074 100644
--- a/src/usr/local/www/status_logs_filter_dynamic.php
+++ b/src/usr/local/www/status_logs_filter_dynamic.php
@@ -294,7 +294,7 @@ function update_table_rows(data) {
move = 0;
}
- if (($("#count").text() == 0) && (data.length < nentries)){
+ if (($("#count").text() == 0) && (data.length < nentries)) {
move += rows.length;
}
@@ -445,7 +445,7 @@ function toggleListDescriptions() {
<td><?=htmlspecialchars($filterent['proto'])?></td>
</tr>
<?php
- } // e-o-foreach()
+ } // e-o-foreach ()
if (count($filterlog) == 0) {
print '<tr class="text-nowrap"><td colspan=6>';
OpenPOWER on IntegriCloud