[Rt-commit] r2028 - in rt/branches/3.4-RELEASE: . html/Elements

robert at bestpractical.com robert at bestpractical.com
Tue Dec 28 01:37:38 EST 2004


Author: robert
Date: Tue Dec 28 01:37:37 2004
New Revision: 2028

Modified:
   rt/branches/3.4-RELEASE/   (props changed)
   rt/branches/3.4-RELEASE/html/Elements/Header
Log:
 r2031 at dog:  rspier | 2004-12-27 21:46:34 -0800
 Only show the refresh tag if the refresh time is > 0.
 (Mozilla will perform a refresh=1 for refresh=-1)


Modified: rt/branches/3.4-RELEASE/html/Elements/Header
==============================================================================
--- rt/branches/3.4-RELEASE/html/Elements/Header	(original)
+++ rt/branches/3.4-RELEASE/html/Elements/Header	Tue Dec 28 01:37:37 2004
@@ -47,7 +47,7 @@
 <HTML>
 <HEAD>
 <TITLE><%$Title%></TITLE>
-% if ($Refresh) {
+% if ($Refresh > 0) {
 <META HTTP-EQUIV="REFRESH" CONTENT="<%$Refresh%>">
 % }
 


More information about the Rt-commit mailing list