Explorar el Código

Fix.

tags/v0.3
Ben Kurtovic hace 11 años
padre
commit
3288b80c15
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      mwparserfromhell/parser/tokenizer.py

+ 1
- 1
mwparserfromhell/parser/tokenizer.py Ver fichero

@@ -811,7 +811,7 @@ class Tokenizer(object):
elif this == next == self._read(2) == self._read(3) == "-":
self._parse_hr()
else:
self._emit_text("-")
self._emit_text(self._read())
else:
self._emit_text(this)
self._head += 1


Cargando…
Cancelar
Guardar