This website works better with JavaScript.
Home
Help
Sign In
ben
/
mwparserfromhell
mirror of
https://github.com/earwig/mwparserfromhell
Watch
1
Star
1
Fork
0
Code
Releases
24
Activity
Browse Source
Bugfix.
tags/v0.1.1
Ben Kurtovic
12 years ago
parent
b40ca0eae2
commit
5f7566c09e
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
mwparserfromhell/nodes/comment.py
+ 1
- 1
mwparserfromhell/nodes/comment.py
View File
@@ -34,7 +34,7 @@ class Comment(Node):
self._contents = contents
def __unicode__(self):
return "<!--" + self.contents + "-->"
return "<!--" + s
tr(s
elf.contents
)
+ "-->"
@property
def contents(self):
Write
Preview
Loading…
Cancel
Save