X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=blobdiff_plain;f=examples%2Fcgit-commit-filter.lua;fp=examples%2Fcgit-commit-filter.lua;h=9857b3c9572a33a0a3e7723f96a0de5e753a6bba;hp=9614c94441e0149374f388e7bebc0df3662078d4;hb=1f3484ab159750f09aea244727974599f049424e;hpb=6890430df808488a42184844bb74331644772b09 diff --git a/examples/cgit-commit-filter.lua b/examples/cgit-commit-filter.lua index 9614c944..9857b3c9 100644 --- a/examples/cgit-commit-filter.lua +++ b/examples/cgit-commit-filter.lua @@ -31,12 +31,13 @@ function filter_close() if u == nil then html(buffer) else - html('') + html('">') html_txt(buffer) - html('') + html('') end else -- pass the body-through as-is