summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
Diffstat (limited to 'usr')
-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