Este sítio funciona melhor com JavaScript.
Página inicial
Ajuda
Iniciar sessão
ben
/
mwparserfromhell
espelho de
https://github.com/earwig/mwparserfromhell
Vigiar
1
Marcar como favorito
1
Derivar
0
Código
Lançamentos
24
Trabalho
Ver a proveniência
Bugfix.
tags/v0.1.1
Ben Kurtovic
há 12 anos
ascendente
b40ca0eae2
cometimento
5f7566c09e
1 ficheiros alterados
com
1 adições
e
1 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+1
-1
mwparserfromhell/nodes/comment.py
+ 1
- 1
mwparserfromhell/nodes/comment.py
Ver ficheiro
@@ -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):
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar