瀏覽代碼

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

pull/24/head
Ben Kurtovic 12 年之前
父節點
當前提交
ae2713e040
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      pages/settings.mako

+ 1
- 1
pages/settings.mako 查看文件

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


Loading…
取消
儲存