Przeglądaj źródła

Don't stick quotes around 'checked'

pull/24/head
Ben Kurtovic 12 lat temu
rodzic
commit
10364d1914
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      pages/settings.mako

+ 1
- 1
pages/settings.mako Wyświetl plik

@@ -57,7 +57,7 @@
<td>&nbsp;</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


Ładowanie…
Anuluj
Zapisz