Selaa lähdekoodia

Fix.

pull/24/head
Ben Kurtovic 12 vuotta sitten
vanhempi
commit
7ec50e1668
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      pages/settings.mako

+ 1
- 1
pages/settings.mako Näytä tiedosto

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


Ladataan…
Peruuta
Tallenna