summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-09-10 19:15:04 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-09-10 19:15:04 +0000
commit17faca5821f267d292381eeb8dfe02bf1336a0f9 (patch)
treeb5bb2e1812d161bc28016efaeeca0b534df756f4
parentbf158f5cad993438d04a570d128fd5cc6c6c1dbf (diff)
downloadpfsense-17faca5821f267d292381eeb8dfe02bf1336a0f9.zip
pfsense-17faca5821f267d292381eeb8dfe02bf1336a0f9.tar.gz
* Change <br> to <p>
* Add a <p> to DHCP Server range blurb
-rwxr-xr-xusr/local/www/interfaces_lan.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/interfaces_lan.php b/usr/local/www/interfaces_lan.php
index 0cfbd05..2da25b7 100755
--- a/usr/local/www/interfaces_lan.php
+++ b/usr/local/www/interfaces_lan.php
@@ -163,7 +163,7 @@ function enable_change(enable_over) {
<p class="pgtitle"><?=$pgtitle?></p>
<?php if ($input_errors) print_input_errors($input_errors); ?>
<?php if (file_exists($d_landirty_path)): ?><p>
-<?php print_info_box_np("The LAN configuration has been changed.<br>You must apply the changes in order for them to take effect. Don't forget to adjust the DHCP Server range if needed before applying.");?><br>
+<?php print_info_box_np("The LAN configuration has been changed.<p>You must apply the changes in order for them to take effect.<p>Don't forget to adjust the DHCP Server range if needed before applying.");?><br>
<?php endif; ?>
<?php if ($savemsg) print_info_box_np($savemsg); ?>
<table width="100%" border="0" cellpadding="6" cellspacing="0">
OpenPOWER on IntegriCloud