summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_dump_states.php
diff options
context:
space:
mode:
authorVinicius Coque <vinicius.coque@bluepex.com>2010-06-29 19:57:32 -0300
committerVinicius Coque <vinicius.coque@bluepex.com>2010-06-29 19:57:32 -0300
commiteb56e9c3247d70b423484248c26604fbb4176453 (patch)
tree8f8bd19a06f50188dcaea50cd13c17dae5cd833b /usr/local/www/diag_dump_states.php
parentda652a469a957d82b8076b205e804d74ebeb7b4e (diff)
downloadpfsense-eb56e9c3247d70b423484248c26604fbb4176453.zip
pfsense-eb56e9c3247d70b423484248c26604fbb4176453.tar.gz
Revert "Modified sintaxes on diag_dns.php and diag_dump_states.php"
This reverts commit e4632c0b7631d04dd0eb520d98b9ac029d47b5fe. Conflicts: usr/local/www/diag_dns.php
Diffstat (limited to 'usr/local/www/diag_dump_states.php')
-rwxr-xr-xusr/local/www/diag_dump_states.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/usr/local/www/diag_dump_states.php b/usr/local/www/diag_dump_states.php
index f0b9ba5..7e223c8 100755
--- a/usr/local/www/diag_dump_states.php
+++ b/usr/local/www/diag_dump_states.php
@@ -172,26 +172,26 @@ if(count($states) > 0) {
$parts = split(":", $ends[count($ends) - 1]);
$dstip = trim($parts[0]);
- echo "<tr valign='top' name='r:{$srcip}:{$dstip}'>"
+ echo "<tr valign='top' name='r:{$srcip}:{$dstip}'>
<td class='listlr'>{$proto}</td>
<td class='listr'>{$info}</td>
<td class='listr'>{$state}</td>
<td class='list'>
<img src='/themes/{$g['theme']}/images/icons/icon_x.gif' height='17' width='17' border='0'
- onclick="removeState('{$srcip}', '{$dstip}');" style='cursor:pointer;'
+ onclick=\"removeState('{$srcip}', '{$dstip}');\" style='cursor:pointer;'
name='i:{$srcip}:{$dstip}'
title='" . gettext("Remove all state entries from") . " {$srcip} " . gettext("to") . " {$dstip}' alt='' />
</td>
- </tr>;
+ </tr>";
$row++;
}
}
else {
- echo "<tr>"
+ echo "<tr>
<td class='list' colspan='4' align='center' valign='top'>
" . gettext("No states were found.") . "
</td>
- </tr>;
+ </tr>";
}
?>
</table>
OpenPOWER on IntegriCloud