From 8a3706685b92a9d9b78972b2b573aaf13ee948f7 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Mon, 5 Sep 2011 15:29:14 +0000 Subject: Fixed typo --- weblog-viewweblog-html.lsp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'weblog-viewweblog-html.lsp') diff --git a/weblog-viewweblog-html.lsp b/weblog-viewweblog-html.lsp index 5aaabea..758d3bc 100644 --- a/weblog-viewweblog-html.lsp +++ b/weblog-viewweblog-html.lsp @@ -17,8 +17,8 @@ function string_highlight(txtvalue, searchval, fcolour, bcolour) sStart = string.find(string.lower(txtvalue),string.lower(searchval)) if sStart ~= nil then sEnd = sStart + string.len(searchval) - txtvalue = string.insert(txtvalue,"", sEnd) - txtvalue = string.insert(txtvalue,"", sStart) + txtvalue = string_insert(txtvalue,"", sEnd) + txtvalue = string_insert(txtvalue,"", sStart) end end -- cgit v1.2.3