瀏覽代碼

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">


Loading…
取消
儲存