Este sitio web funciona mejor con JavaScript.
Inicio
Ayuda
Iniciar sesión
ben
/
copyvios
réplica de
https://github.com/earwig/copyvios
Seguir
1
Destacar
1
Fork
0
Código
Lanzamientos
0
Actividad
Explorar el Código
Support double-indentation
pull/24/head
Ben Kurtovic
hace 12 años
padre
68c3bd9d65
commit
2a77ec8d4f
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
static/js/potd.js
+ 1
- 1
static/js/potd.js
Ver fichero
@@ -88,7 +88,7 @@ function parse_list_file_name(data) {
}
var filenames = [];
var regexp = /\*\s*\[\[:File:(.*?)\]\]/g;
var regexp = /\*\
*?\
s*\[\[:File:(.*?)\]\]/g;
while ((match = regexp.exec(content)) !== null) {
filenames.push(match[1]);
}
Escribir
Vista previa
Cargando…
Cancelar
Guardar