summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/diag_tables.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2017-02-05 13:20:57 +0545
committerPhil Davis <phil.davis@inf.org>2017-02-05 13:20:57 +0545
commit5db70796baec8e35f27dd64c068af20d8c832dbf (patch)
treef7cba526d745714baba6c1f0ef80a34c315ce8f5 /src/usr/local/www/diag_tables.php
parentdfbc9267d3838088f551de0a53021486b0e7c3df (diff)
downloadpfsense-5db70796baec8e35f27dd64c068af20d8c832dbf.zip
pfsense-5db70796baec8e35f27dd64c068af20d8c832dbf.tar.gz
Remove HTML from strings in diags files
Diffstat (limited to 'src/usr/local/www/diag_tables.php')
-rw-r--r--src/usr/local/www/diag_tables.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/diag_tables.php b/src/usr/local/www/diag_tables.php
index 9fe3a8b..c1d049d 100644
--- a/src/usr/local/www/diag_tables.php
+++ b/src/usr/local/www/diag_tables.php
@@ -136,9 +136,9 @@ $group->add(new Form_Select(
null,
$tablename,
array_combine($tables, $tables)
-))->setHelp('Select a user-defined alias name or system table name to view its contents. <br/><br/>' .
+))->setHelp('Select a user-defined alias name or system table name to view its contents. %s' .
'Aliases become Tables when loaded into the active firewall ruleset. ' .
- 'The contents displayed on this page reflect the current addresses inside tables used by the firewall.');
+ 'The contents displayed on this page reflect the current addresses inside tables used by the firewall.', '<br/><br/>');
if ($bogons || $urltable || !empty($entries)) {
if ($bogons || $urltable) {
OpenPOWER on IntegriCloud