Add SafeHtmlAttr, SafeCSS template function
authorTatsushi Demachi <tdemachi@gmail.com>
Mon, 19 Jan 2015 23:55:16 +0000 (08:55 +0900)
committerAnthony Fok <foka@debian.org>
Tue, 20 Jan 2015 02:47:37 +0000 (19:47 -0700)
commitf5946ea3ddf4ae4256b0ef6a8ccf73fb9d1253cf
treef485e600e931292c46e7d9849af3c96a141317ed
parent53b4ab4cf3522c19310cd77384dc90cb08e74c6c
Add SafeHtmlAttr, SafeCSS template function

This allows a template user to keep a safe HTML attribute or CSS string
as is in a template.

This is implementation of @anthonyfok great insight

Fix #784, #347
tpl/template.go
tpl/template_test.go