summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMika Havela <mika.havela@gmail.com>2009-10-07 11:53:33 +0200
committerMika Havela <mika.havela@gmail.com>2009-10-07 11:53:33 +0200
commita8a73e9b455f8c2952289aae69752207c5688c64 (patch)
tree80a8b59f0ca050cd726ced903c64007ff7e46b3f
parentb351af35c3d25ef633175fdb92fcba2d30fdb63f (diff)
downloadacf-alpine-baselayout-a8a73e9b455f8c2952289aae69752207c5688c64.tar.bz2
acf-alpine-baselayout-a8a73e9b455f8c2952289aae69752207c5688c64.tar.xz
Graphical fix. Displaying WarningMsg inside <DL> to fix skin issues
-rw-r--r--interfaces-read-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/interfaces-read-html.lsp b/interfaces-read-html.lsp
index 7504a1f..4bb35d7 100644
--- a/interfaces-read-html.lsp
+++ b/interfaces-read-html.lsp
@@ -60,8 +60,8 @@ end %>
</DL>
<H1>Restart Networking</H1>
-<P class="error">WARNING!!! Restarting networking may cause the ACF web interface to stop functioning. Try refreshing this page after restarting. If that fails, you may have to use terminal access to recover.</P>
<DL>
+<P class="error">WARNING!!! Restarting networking may cause the ACF web interface to stop functioning. Try refreshing this page after restarting. If that fails, you may have to use terminal access to recover.</P>
<DT>Restart Networking</DT>
<DD><form action="<%= html.html_escape(page_info.script .. page_info.prefix .. page_info.controller .. "/restart") %>"><input class="submit" type="submit" value="Restart"></form></DD>
</DL>