Skip to content

Commit ba65abb

Browse files
author
Waylan Limberg
committed
Fix silly typo in previous commit.
1 parent 6bf5825 commit ba65abb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

markdown/inlinepatterns.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ def get_stash(m):
299299
value = stash.get(id)
300300
if value is not None:
301301
try:
302-
return self.markdown.serializer(text)
302+
return self.markdown.serializer(value)
303303
except:
304304
return '\%s' % value
305305

0 commit comments

Comments
 (0)