OSDN Git Service

* lib/templates/default/{all,unread}.html: fixed stamp variable
authormorimoto <morimoto@180c8125-5b33-4295-ad04-72a68a15b4cc>
Wed, 6 Aug 2008 06:49:26 +0000 (06:49 +0000)
committermorimoto <morimoto@180c8125-5b33-4295-ad04-72a68a15b4cc>
Wed, 6 Aug 2008 06:49:26 +0000 (06:49 +0000)
within html template (to avoid duplicate posting from some au
browser phones)

ChangeLog
lib/templates/default/all.html
lib/templates/default/unread.html

index c0617c0..9d35cc6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,13 @@
+2008-08-06  Jun Morimoto  <morimoto@mrmt.net>
+
+       * lib/templates/default/{all,unread}.html: fixed stamp variable
+       within html template (to avoid duplicate posting from some au
+       browser phones)
+
 2008-08-05  Jun Morimoto  <morimoto@mrmt.net>
 
        * lib/templates/default/{all,unread}.html: display action messages
-       in light blue
-       * t/*.t: added can_ok()
+       in light blue * t/*.t: added can_ok()
 
 2008-08-03  Jun Morimoto  <morimoto@mrmt.net>
 
index 460d18d..f58f964 100644 (file)
@@ -15,7 +15,7 @@
          <input type="text" name="m" />
        </tmpl_if>
        <input type="submit" accesskey="1" value="[1] \94­\8c¾/\8dX\90V" />
-       <input type="hidden" name="stamp" value="<!-- stamp -->" /><br />
+       <input type="hidden" name="stamp" value="<!-- tmpl_var stamp -->" /><br />
       </form>
 
       <tmpl_loop name="loop">
index 22f9fd4..eb28466 100644 (file)
@@ -17,7 +17,7 @@
        <input type="text" name="m" />
       </tmpl_if>
       <input type="submit" accesskey="1" value="[1] \94­\8c¾/\8dX\90V" />
-      <input type="hidden" name="stamp" value="<!-- stamp -->" /><br />
+      <input type="hidden" name="stamp" value="<!-- tmpl_var stamp -->" /><br />
     </form>
 
     <tmpl_loop name="loop">