summaryrefslogtreecommitdiffstats
path: root/usr/local/www/guiconfig.inc
diff options
context:
space:
mode:
authorColin Fleming <cj_fleming@sky.com>2013-04-17 15:38:23 +0100
committerColin Fleming <cj_fleming@sky.com>2013-04-17 15:38:23 +0100
commit8cbda52bb8185ac4434141f769d31560eefd0a4f (patch)
tree9db9fd4bd0034122fd42318493693452cb993cec /usr/local/www/guiconfig.inc
parentc06e4f69bd4d1b12bad9aefbf4bfaef9109de470 (diff)
downloadpfsense-8cbda52bb8185ac4434141f769d31560eefd0a4f.zip
pfsense-8cbda52bb8185ac4434141f769d31560eefd0a4f.tar.gz
Tidy up "guiconfig.inc" XHTML
Remove the P tag between the DIV and TABLE tag Change the SPAN tag to a P tag and close properly Move the class statement from the SPAN tag to the TD tag Remove the closing P and closing SPAN tags
Diffstat (limited to 'usr/local/www/guiconfig.inc')
-rwxr-xr-xusr/local/www/guiconfig.inc9
1 files changed, 3 insertions, 6 deletions
diff --git a/usr/local/www/guiconfig.inc b/usr/local/www/guiconfig.inc
index cb16f96..3e9be44 100755
--- a/usr/local/www/guiconfig.inc
+++ b/usr/local/www/guiconfig.inc
@@ -249,15 +249,13 @@ function print_input_errors($input_errors) {
print <<<EOF
<div id="inputerrorsdiv">
- <p>
<table border="0" cellspacing="0" cellpadding="4" width="100%" summary="input errors">
<tr>
<td class="inputerrorsleft">
<img src="/themes/{$g['theme']}/images/icons/icon_error.gif" alt="errors" />
</td>
- <td class="inputerrorsright">
- <span class="errmsg"><p>
- The following input errors were detected:
+ <td class="inputerrorsright errmsg">
+ <p>The following input errors were detected:</p>
<ul>
EOF;
foreach ($input_errors as $ierr) {
@@ -266,11 +264,10 @@ EOF;
print <<<EOF2
</ul>
- </p></span>
</td></tr>
</table>
</div>
- </p>&nbsp;<br />
+ &nbsp;<br />
EOF2;
}
OpenPOWER on IntegriCloud