Este sítio funciona melhor com JavaScript.
Página inicial
Ajuda
Iniciar sessão
ben
/
copyvios
espelho de
https://github.com/earwig/copyvios
Vigiar
1
Marcar como favorito
1
Derivar
0
Código
Lançamentos
0
Trabalho
Ver a proveniência
Don't stick quotes around 'checked'
pull/24/head
Ben Kurtovic
há 12 anos
ascendente
ae2713e040
cometimento
10364d1914
1 ficheiros alterados
com
1 adições
e
1 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+1
-1
pages/settings.mako
+ 1
- 1
pages/settings.mako
Ver ficheiro
@@ -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
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar