diff options
author | bmeeks8 <bmeeks8@bellsouth.net> | 2013-06-04 21:37:30 -0400 |
---|---|---|
committer | bmeeks8 <bmeeks8@bellsouth.net> | 2013-06-04 21:37:30 -0400 |
commit | b3cbd705918a4a7f45eff9ddc330e2dab10c58db (patch) | |
tree | 216d676ac0f152ea0798877d10c75c299a3aca4c /config/snort/snort_preprocessors.php | |
parent | 6a9022187263823f0adb20f83db9141522bf3e98 (diff) | |
download | pfsense-packages-b3cbd705918a4a7f45eff9ddc330e2dab10c58db.tar.gz pfsense-packages-b3cbd705918a4a7f45eff9ddc330e2dab10c58db.tar.bz2 pfsense-packages-b3cbd705918a4a7f45eff9ddc330e2dab10c58db.zip |
Fix HTML rendering issues found in cross-browser testing.
Diffstat (limited to 'config/snort/snort_preprocessors.php')
-rwxr-xr-x | config/snort/snort_preprocessors.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/snort/snort_preprocessors.php b/config/snort/snort_preprocessors.php index 4c921ca4..12981398 100755 --- a/config/snort/snort_preprocessors.php +++ b/config/snort/snort_preprocessors.php @@ -1143,7 +1143,7 @@ include_once("head.inc"); <td width="22%" valign="top"> </td> <td width="78%"><span class="vexpl"><span class="red"><strong><?php echo gettext("Note: "); ?></strong></span> <?php echo gettext("Please save your settings before you exit. Preprocessor changes will rebuild the rules file. This "); ?> - </br><?php echo gettext("may take several seconds. Snort must also be restarted to activate any changes made on this screen."); ?></td> + <?php echo gettext("may take several seconds. Snort must also be restarted to activate any changes made on this screen."); ?></td> </tr> </table> </div> |