Przeglądaj źródła

Bugfix.

tags/v0.1.1
Ben Kurtovic 11 lat temu
rodzic
commit
bd132ad249
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      mwparserfromhell/nodes/comment.py

+ 1
- 1
mwparserfromhell/nodes/comment.py Wyświetl plik

@@ -30,7 +30,7 @@ __all__ = ["Comment"]
class Comment(Node):
"""Represents a hidden HTML comment, like ``<!-- foobar -->``."""
def __init__(self, contents):
super(Text, self).__init__()
super(Comment, self).__init__()
self._contents = contents

def __unicode__(self):


Ładowanie…
Anuluj
Zapisz