projects
/
jinja2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
653dd64
)
[svn] Fix a rst hyperlink.
author
Georg Brandl
<georg@python.org>
Wed, 18 Jul 2007 07:27:01 +0000
(09:27 +0200)
committer
Georg Brandl
<georg@python.org>
Wed, 18 Jul 2007 07:27:01 +0000
(09:27 +0200)
--HG--
branch : trunk
jinja/filters.py
patch
|
blob
|
history
diff --git
a/jinja/filters.py
b/jinja/filters.py
index 3551c57df8e11a1ea881b5ba84bc3968d3d8d12a..a3bf93f4da9be2280d2f994d2a3f2bb0d4bdc4ed 100644
(file)
--- a/
jinja/filters.py
+++ b/
jinja/filters.py
@@
-563,7
+563,7
@@
def do_rst(s):
requires `docutils`_.
- .. _docutils:
from
http://docutils.sourceforge.net/
+ .. _docutils: http://docutils.sourceforge.net/
"""
from docutils.core import publish_parts
parts = publish_parts(source=s, writer_name='html4css1')