From: Mark Lodato Date: Sat, 4 Sep 2010 18:18:16 +0000 (-0400) Subject: prefer html_raw() to write() X-Git-Url: https://gitweb.ps.run/ps-cgit/commitdiff_plain/d187b98557d91b874836f286b955ba76ab26fb02?ds=sidebyside;hp=d187b98557d91b874836f286b955ba76ab26fb02 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 ---