Skip to content

Commit

Permalink
Woops
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeDerval committed Feb 3, 2015
1 parent 66696b5 commit 94ead56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parsable_text.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def parse(self):
else:
return self.rst(self.content)
except:
return "<b>Parsing failed: <pre>"+cgi.escape(self.content)+"</pre>"
return "<b>Parsing failed</b>: <pre>"+cgi.escape(self.content)+"</pre>"

def __str__(self):
"""Returns parsed text"""
Expand Down

0 comments on commit 94ead56

Please sign in to comment.