summaryrefslogtreecommitdiff
path: root/tempita
diff options
context:
space:
mode:
authorianb <devnull@localhost>2007-09-22 22:01:38 +0000
committerianb <devnull@localhost>2007-09-22 22:01:38 +0000
commit30c8a8f273ae155310f6ddb3dcb8ca5092c682e8 (patch)
tree9e4420ecc289d46409b391c01b406c7c245fa306 /tempita
parentdc6da6201cb307829235d74d6a447e0cfa99b618 (diff)
downloadtempita-30c8a8f273ae155310f6ddb3dcb8ca5092c682e8.tar.gz
Add html_quote to HTMLTemplate
Diffstat (limited to 'tempita')
-rw-r--r--tempita/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tempita/__init__.py b/tempita/__init__.py
index bfc0d19..4860adb 100644
--- a/tempita/__init__.py
+++ b/tempita/__init__.py
@@ -374,6 +374,7 @@ class HTMLTemplate(Template):
html=html,
attr=attr,
url=url,
+ html_quote=html_quote,
))
def _repr(self, value, pos):