Commit f0655a99 authored by Jim Fulton's avatar Jim Fulton

Checked in a change from Phillip Eby.

parent 4b967468
......@@ -134,7 +134,7 @@ class Let:
raise ParseError, (
'<strong>Expression (Python) Syntax error</strong>:'
'\n<pre>\n%s\n</pre>\n' % v[0],
tag)
'let')
def render(self, md):
d={}; md._push(d)
try:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment