blog

changeset 145:d6abad2f7c7f trunk

use source code filter when editing comments (or else <br/>s shall doom ye)
author Thomas Jollans <thomas@jollans.com>
date Fri Aug 17 22:44:05 2007 +0200 (2007-08-17)
parents 04f74631c0f9
children 61ff294df22f
files modules/blog.py
line diff
     1.1 --- a/modules/blog.py	Fri Aug 17 22:37:26 2007 +0200
     1.2 +++ b/modules/blog.py	Fri Aug 17 22:44:05 2007 +0200
     1.3 @@ -466,7 +466,7 @@
     1.4                  req.split_uri[:self._urilvl] + ['node',parent['addr']]))
     1.5              return tpl
     1.6          else:
     1.7 -            node.draw(t)
     1.8 +            node.draw(t, filter=None)
     1.9              req['tagging'].add_to_template(t)
    1.10              return t
    1.11