Pārlūkot izejas kodu

Bugfix.

tags/v0.1.1
Ben Kurtovic pirms 11 gadiem
vecāks
revīzija
5f7566c09e
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. +1
    -1
      mwparserfromhell/nodes/comment.py

+ 1
- 1
mwparserfromhell/nodes/comment.py Parādīt failu

@@ -34,7 +34,7 @@ class Comment(Node):
self._contents = contents

def __unicode__(self):
return "<!--" + self.contents + "-->"
return "<!--" + str(self.contents) + "-->"

@property
def contents(self):


Notiek ielāde…
Atcelt
Saglabāt