This website works better with JavaScript.
Home
Help
Sign In
ben
/
copyvios
mirror of
https://github.com/earwig/copyvios
Watch
1
Star
1
Fork
0
Code
Releases
0
Activity
Browse Source
Well, this seems a bit silly.
pull/24/head
Ben Kurtovic
12 years ago
parent
5789316300
commit
5f8c8307fc
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
pages/settings.mako
+ 1
- 1
pages/settings.mako
View File
@@ -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">
Write
Preview
Loading…
Cancel
Save