Ben Kurtovic 11 лет назад
Родитель
Сommit
5f7566c09e
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      mwparserfromhell/nodes/comment.py

+ 1
- 1
mwparserfromhell/nodes/comment.py Просмотреть файл

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

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

@property
def contents(self):


Загрузка…
Отмена
Сохранить