summaryrefslogtreecommitdiffstats
path: root/openvpn-logfile-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'openvpn-logfile-html.lsp')
-rw-r--r--openvpn-logfile-html.lsp6
1 files changed, 3 insertions, 3 deletions
diff --git a/openvpn-logfile-html.lsp b/openvpn-logfile-html.lsp
index 0615b77..22ebabe 100644
--- a/openvpn-logfile-html.lsp
+++ b/openvpn-logfile-html.lsp
@@ -1,8 +1,8 @@
-<? local view = ... ?>
+<% local view = ... %>
<html>
<body>
-<h1>Logfile '<?= view.logfilecontent.name ?>'</h1>
-<textarea name=""><?= view.logfilecontent.value ?></textarea>
+<h1>Logfile '<%= view.logfilecontent.name %>'</h1>
+<textarea name=""><%= view.logfilecontent.value %></textarea>
</body>
</html>