fix auto-refresh, #12766
authormark <mark>
Mon, 23 May 2011 21:37:10 +0000 (21:37 +0000)
committermark <mark>
Mon, 23 May 2011 21:37:10 +0000 (21:37 +0000)
rt/share/html/Elements/Header

index 4f48deb..64d548d 100755 (executable)
@@ -68,7 +68,7 @@ $id =~ s|-$||g;
 my $head = '';
 
 if ($Refresh && $Refresh =~ /^(\d+)/ && $1 > 0) {
-  $head .= '<meta http-equiv="refresh" content="$Refresh" />';
+  $head .= qq( <meta http-equiv="refresh" content="$Refresh" /> );
 }
 
 my $WebPath = RT->Config->Get('WebPath');