diff options
-rw-r--r-- | openvpn-listcerts-html.lsp | 2 | ||||
-rw-r--r-- | openvpn-statusinfo-html.lsp | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/openvpn-listcerts-html.lsp b/openvpn-listcerts-html.lsp index b21bd43..2937fd4 100644 --- a/openvpn-listcerts-html.lsp +++ b/openvpn-listcerts-html.lsp @@ -23,7 +23,7 @@ <TD style="white-space:nowrap;"><%= html.html_escape(cert) %></TD> </TR> <% end %> -</TABLE> +</TABLE></DL> <% if viewlibrary.dispatch_component and session.permissions[page_info.controller].uploadcert then viewlibrary.dispatch_component("uploadcert") 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> |