ソースを参照

Fix.

pull/24/head
Ben Kurtovic 12年前
コミット
7ec50e1668
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      pages/settings.mako

+ 1
- 1
pages/settings.mako ファイルの表示

@@ -48,7 +48,7 @@
<ul>
% for cookie in cookies.itervalues():
<li>
<tt>${cookie.key | h}</tt>: <tt>${cookie.value | h}</tt> (<tt>${cookie.path | h}</tt>)
<tt>${cookie.key | h}</tt>: <tt>${cookie.value | h}</tt> (<tt>${cookie["path"] | h}</tt>)
<form action="${environ['PATH_INFO']}" method="post">
<input type="hidden" name="action" value="delete">
<input type="hidden" name="cookie" value="${cookie.key | h}">


読み込み中…
キャンセル
保存