summaryrefslogtreecommitdiffstats
path: root/openvpn-statusinfo-html.lsp
diff options
context:
space:
mode:
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>