From: Christian Hesse Date: Sun, 16 Aug 2015 12:53:53 +0000 (+0200) Subject: ui-summary: send images plain for about page X-Git-Url: https://gitweb.ps.run/ps-cgit/commitdiff_plain/790d2498cbc7ad60f8eef31db0467cfc97e0593b?ds=inline;hp=790d2498cbc7ad60f8eef31db0467cfc97e0593b 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 ---