commit | 790d2498cbc7ad60f8eef31db0467cfc97e0593b | [log] [tgz] |
---|---|---|
author | Christian Hesse <mail@eworm.de> | Sun Aug 16 14:53:53 2015 +0200 |
committer | Jason A. Donenfeld <Jason@zx2c4.com> | Mon Aug 17 14:42:58 2015 +0200 |
tree | 7a5f696c6418eebf9ec07c6f3b9b1d020b3631df | |
parent | aa943bc9a68ccdcc5cbe29f6ac3b5e787d4c22ca [diff] |
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>