summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_dump_states.php
diff options
context:
space:
mode:
authorRenato Botelho <renato.botelho@bluepex.com>2010-06-25 08:30:18 -0300
committerRenato Botelho <renato.botelho@bluepex.com>2010-06-25 08:30:18 -0300
commitac8c0663a7bad7d1b8d7624e33f54696866b18f8 (patch)
treefddb76a994400d46a4ddf62627cf3c9ac48eac82 /usr/local/www/diag_dump_states.php
parent6cac9bda87555ec9d60690c39ce31b3459d0897f (diff)
downloadpfsense-ac8c0663a7bad7d1b8d7624e33f54696866b18f8.zip
pfsense-ac8c0663a7bad7d1b8d7624e33f54696866b18f8.tar.gz
Revert "Modified sintaxes on diag_dns.php and diag_dump_states.php", cherry-picked on correct branch
This reverts commit a11ee3cf4f32afad9b4996bc1be544efdf24d258.
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