[Rt-commit] r2085 - in rt/branches/PLATANO-EXPERIMENTAL: .
html/Elements
jesse at bestpractical.com
jesse at bestpractical.com
Fri Jan 14 03:43:22 EST 2005
Author: jesse
Date: Fri Jan 14 03:43:22 2005
New Revision: 2085
Modified:
rt/branches/PLATANO-EXPERIMENTAL/ (props changed)
rt/branches/PLATANO-EXPERIMENTAL/html/Elements/Header
Log:
r2511 at hualien (orig r2028): robert | 2004-12-28T06:37:37.360114Z
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/PLATANO-EXPERIMENTAL/html/Elements/Header
==============================================================================
--- rt/branches/PLATANO-EXPERIMENTAL/html/Elements/Header (original)
+++ rt/branches/PLATANO-EXPERIMENTAL/html/Elements/Header Fri Jan 14 03:43:22 2005
@@ -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