summaryrefslogtreecommitdiffstats
path: root/interfaces-update-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'interfaces-update-html.lsp')
-rw-r--r--interfaces-update-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/interfaces-update-html.lsp b/interfaces-update-html.lsp
index 7ef2acd..cee1321 100644
--- a/interfaces-update-html.lsp
+++ b/interfaces-update-html.lsp
@@ -2,7 +2,7 @@
require("viewfunctions")
%>
-<script type="text/javascript" src="/js/jquery-latest.js"></script>
+<script type="text/javascript" src="<%= html.html_escape(page_info.wwwprefix) %>/js/jquery-latest.js"></script>
<script type="text/javascript">
// Here are the optional form entries
<% -- I'm going to temporarily override the io.write function so I can remove \n from the form items