]> git.cameronkatri.com Git - cgit.git/commit
ui-summary: send images plain for about page
authorChristian Hesse <mail@eworm.de>
Sun, 16 Aug 2015 12:53:53 +0000 (14:53 +0200)
committerJason A. Donenfeld <Jason@zx2c4.com>
Mon, 17 Aug 2015 12:42:58 +0000 (14:42 +0200)
commit790d2498cbc7ad60f8eef31db0467cfc97e0593b
tree7a5f696c6418eebf9ec07c6f3b9b1d020b3631df
parentaa943bc9a68ccdcc5cbe29f6ac3b5e787d4c22ca
ui-summary: send images plain for about page

The about page used to display just fine, but images were broken: The
binary image data was embedded in html code.
Use cgit_print_plain() to send images in plain mode and make them
available on about page.

Signed-off-by: Christian Hesse <mail@eworm.de>
ui-summary.c