summaryrefslogtreecommitdiffstats
path: root/openvpn-statusinfo-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2009-12-10 15:26:56 +0000
committerTed Trask <ttrask01@yahoo.com>2009-12-10 15:26:56 +0000
commitaadedc3d2f63adb29e26bea4017243a7f3faa508 (patch)
treeec7189b1015ab0067b21f18af6846094a8afb533 /openvpn-statusinfo-html.lsp
parent47fe7ba683f9282048328b37811f870f824d1cb4 (diff)
downloadacf-openvpn-aadedc3d2f63adb29e26bea4017243a7f3faa508.tar.bz2
acf-openvpn-aadedc3d2f63adb29e26bea4017243a7f3faa508.tar.xz
UI fix
Diffstat (limited to 'openvpn-statusinfo-html.lsp')
-rw-r--r--openvpn-statusinfo-html.lsp4
1 files changed, 2 insertions, 2 deletions
diff --git a/openvpn-statusinfo-html.lsp b/openvpn-statusinfo-html.lsp
index eae83fe..bc7ab1a 100644
--- a/openvpn-statusinfo-html.lsp
+++ b/openvpn-statusinfo-html.lsp
@@ -7,7 +7,7 @@
<h1>Status</h1>
<h2>Connected clients</h2>
-<TABLE>
+<DL><TABLE>
<TR style="background:#eee;font-weight:bold;vertical-align:top;">
<TD WIDTH=140>Common Name<BR>Connected at</TD>
<TD WIDTH=130>Virtual Address</TD>
@@ -28,4 +28,4 @@
</TR>
<% end %>
-</TABLE>
+</TABLE></DL>