]> gitweb.ps.run Git - ps-cgit/commit
prefer html_raw() to write()
authorMark Lodato <lodatom@gmail.com>
Sat, 4 Sep 2010 18:18:16 +0000 (14:18 -0400)
committerMark Lodato <lodatom@gmail.com>
Sat, 4 Sep 2010 18:30:10 +0000 (14:30 -0400)
commitd187b98557d91b874836f286b955ba76ab26fb02
treeb8cf6224768c70c69450a7f6643393e342786594
parent25e8ba1996a7b5ea291c924b0990d706176f6fe6
prefer html_raw() to write()

To make the code more consistent, and to not rely on the implementation
of html(), always use html_raw(...) instead of write(htmlfd, ...).

Signed-off-by: Mark Lodato <lodatom@gmail.com>
html.c
ui-blob.c
ui-tree.c