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
Don't stick quotes around 'checked'
pull/24/head
Ben Kurtovic
hace 12 años
padre
ae2713e040
commit
10364d1914
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
pages/settings.mako
+ 1
- 1
pages/settings.mako
Ver fichero
@@ -57,7 +57,7 @@
<td> </td>
% endif
<td>
<input type="radio" name="background" value="${value}"
"
${'checked' if value == selected else ''}
"
/> ${desc}
<input type="radio" name="background" value="${value}" ${'checked' if value == selected else ''} /> ${desc}
</td>
</tr>
% endfor
Escribir
Vista previa
Cargando…
Cancelar
Guardar