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
wiki_markup attr should be unicode, not bytes
tags/v0.3
Ben Kurtovic
hace 11 años
padre
b5ec7f3beb
commit
db86176c08
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/parser/tokenizer.c
+ 1
- 1
mwparserfromhell/parser/tokenizer.c
Ver fichero
@@ -1697,7 +1697,7 @@ static int Tokenizer_emit_style_tag(Tokenizer* self, const char* tag,
{
PyObject *markup, *kwargs;
markup = Py
Bytes
_FromString(ticks);
markup = Py
Unicode
_FromString(ticks);
if (!markup)
return -1;
kwargs = PyDict_New();
Escribir
Vista previa
Cargando…
Cancelar
Guardar