]> granicus.if.org Git - cgit/commit
ui-refs: escape HTML chars in author and tagger names
authorJohn Keeping <john@keeping.me.uk>
Sun, 12 Jan 2014 19:45:15 +0000 (19:45 +0000)
committerJason A. Donenfeld <Jason@zx2c4.com>
Sun, 12 Jan 2014 22:02:02 +0000 (23:02 +0100)
commitd1a6ece439e651a5b4ca535850e1c471f61c472e
tree909836764b16fbe31486a2ea64cf9745bc771d03
parent3d8a6507ca542881a5e8b30ad6b7068a9c4fdeea
ui-refs: escape HTML chars in author and tagger names

Everywhere else we use html_txt to escape any special characters in
these variables.  Do so here as well.

Signed-off-by: John Keeping <john@keeping.me.uk>
ui-refs.c