From: Eric Wong Date: Fri, 19 Mar 2021 04:18:54 +0000 (+0000) Subject: examples: cgit-commit-filter: drop HTML tag, use title= X-Git-Tag: v1.7.0~957 X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=commitdiff_plain;h=1f3484ab159750f09aea244727974599f049424e examples: cgit-commit-filter: drop HTML tag, use title= doesn't seem necessary and it's deprecated in HTML, nowadays. In any case, dillo's CSS support seems to show it as fixed-width even without . Use the title= attribute to highlight that it goes to the mail thread, too. In the future, we'll probably link to something like "lei p2q" (patch-to-query) to include OIDs in the search. --- 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