about summary refs log tree commit homepage
path: root/examples/cgit-commit-filter.lua
diff options
context:
space:
mode:
Diffstat (limited to 'examples/cgit-commit-filter.lua')
-rw-r--r--examples/cgit-commit-filter.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/cgit-commit-filter.lua b/examples/cgit-commit-filter.lua
index 1616b5a0..7799befa 100644
--- a/examples/cgit-commit-filter.lua
+++ b/examples/cgit-commit-filter.lua
@@ -26,7 +26,7 @@ function filter_close()
                 if u == nil then
                         html(buffer)
                 else
-                        html('<a href="' .. u .. '?x=t&q=')
+                        html('<a href="' .. u .. '?x=t&amp;q=')
                         html_url_arg('"' .. buffer .. '"')
                         html('"><tt>')
                         html_txt(buffer)