summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-06-25 22:20:54 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-06-25 22:20:54 +0000
commit50fe1fefc8de8cdf579a0ac6b1313ba9cfb2e7c0 (patch)
treeff30f298c0267790a618e1706a58c4206e87bd4e
parentff30be849b255eb24d635525320b652e4f4bc48e (diff)
downloadpfsense-50fe1fefc8de8cdf579a0ac6b1313ba9cfb2e7c0.zip
pfsense-50fe1fefc8de8cdf579a0ac6b1313ba9cfb2e7c0.tar.gz
Use <p> instead of <br>
-rwxr-xr-xusr/local/www/edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/edit.php b/usr/local/www/edit.php
index 1eb1b29..a634d21 100755
--- a/usr/local/www/edit.php
+++ b/usr/local/www/edit.php
@@ -140,7 +140,7 @@ function sf() { document.forms[0].savetopath.focus(); }
<body onLoad="sf();">
<p><span class="pgtitle"><?=$Title ?></span>
<?php if ($savemsg) print_info_box($savemsg); ?>
-<?php if ($loadmsg) echo "<br>{$loadmsg}<br>"; ?>
+<?php if ($loadmsg) echo "<p><b>{$loadmsg}<p>"; ?>
<form action="edit.php" method="POST">
<table>
<tr>
OpenPOWER on IntegriCloud