r1257: IE apparently wants url=X in its meta refresh tag.
authorRobert Sesek <rsesek@bluestatic.org>
Sun, 15 Oct 2006 00:19:24 +0000 (00:19 +0000)
committerRobert Sesek <rsesek@bluestatic.org>
Sun, 15 Oct 2006 00:19:24 +0000 (00:19 +0000)
docs/changes.txt
templates/std_redirect.tpl

index 244a769ba5fbbf7619565ab68881673706cc61ff..dac51d1397afcf6ef9ac6403fac88cf0ff6ab582 100644 (file)
@@ -1,6 +1,7 @@
 1.1.3
 ===============================
 - If a user leaves a comment and does not have bug change access, data loss occurs
+- Fixed IE's redirection issue when using Message_Reporter->redirect() (http://www.bluestatic.org/bugs/showreport.php?bugid=32)
 
 1.1.2
 ===============================
index fd9e227671f0827f77a44419ef523a886aa6e156..33f898f047813964003ff03038f64fe1a7c607f9 100644 (file)
@@ -3,7 +3,7 @@ $doctype
 <head>
 $headinclude
        <link rel="stylesheet" href="templates/box.css" media="screen" />
-       <meta http-equiv="refresh" content="2; {$this->url}" />
+       <meta http-equiv="refresh" content="2; url={$this->url}" />
        <title>{$bugsys->options['trackertitle']} - {@"Redirect..."}</title>
 </head>