projects
/
jinja2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85ddd3b
)
[svn] fixed filter mapping for urlize
author
Tassilo Schweyer
<git@welterde.de>
Wed, 14 Mar 2007 17:04:07 +0000
(18:04 +0100)
committer
Tassilo Schweyer
<git@welterde.de>
Wed, 14 Mar 2007 17:04:07 +0000
(18:04 +0100)
--HG--
branch : trunk
jinja/filters.py
patch
|
blob
|
history
diff --git
a/jinja/filters.py
b/jinja/filters.py
index 5b7157052a554386fa10e60a4e16d940bca1e8bf..93939803cb0cd7f07dac07dad5f65f158e9b44c1 100644
(file)
--- a/
jinja/filters.py
+++ b/
jinja/filters.py
@@
-580,5
+580,6
@@
FILTERS = {
'rst': do_rst,
'int': do_int,
'float': do_float,
- 'string': do_string
+ 'string': do_string,
+ 'urlize': do_urlize
}