Este sitio web funciona mejor con JavaScript.
Inicio
Ayuda
Iniciar sesión
ben
/
mwparserfromhell
réplica de
https://github.com/earwig/mwparserfromhell
Seguir
1
Destacar
1
Fork
0
Código
Lanzamientos
24
Actividad
Explorar el Código
Bugfix.
tags/v0.1.1
Ben Kurtovic
hace 12 años
padre
b40ca0eae2
commit
5f7566c09e
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-1
mwparserfromhell/nodes/comment.py
+ 1
- 1
mwparserfromhell/nodes/comment.py
Ver fichero
@@ -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):
Escribir
Vista previa
Cargando…
Cancelar
Guardar