ソースを参照

Well, this seems a bit silly.

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

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

@@ -44,7 +44,7 @@
<h2>Cookies</h2>
% if cookies:
<ul>
% for cookie in cookies:
% for cookie in cookies.itervalues():
<li>
<tt>${cookie.key | h}</tt>: <tt>${cookie.value | h}</tt>
<form action="${environ['PATH_INFO']}" method="post">


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