Przeglądaj źródła

Apparently I can't make a single commit without at least five typos.

pull/24/head
Ben Kurtovic 12 lat temu
rodzic
commit
ae2713e040
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> <td>&nbsp;</td>
% endif % endif
<td> <td>
<input type="radio" name="background" value="${value}" "${'checked' if option == elected else ''}" /> ${desc}
<input type="radio" name="background" value="${value}" "${'checked' if value == selected else ''}" /> ${desc}
</td> </td>
</tr> </tr>
% endfor % endfor


Ładowanie…
Anuluj
Zapisz