[html5] r4497 - [e] (0) error in example Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8426
whatwg at whatwg.org
whatwg at whatwg.org
Tue Jan 5 19:39:57 PST 2010
Author: ianh
Date: 2010-01-05 19:39:54 -0800 (Tue, 05 Jan 2010)
New Revision: 4497
Modified:
complete.html
index
source
Log:
[e] (0) error in example
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8426
Modified: complete.html
===================================================================
--- complete.html 2010-01-06 03:36:19 UTC (rev 4496)
+++ complete.html 2010-01-06 03:39:54 UTC (rev 4497)
@@ -11619,7 +11619,7 @@
the page automatically reloads from the server every five
minutes:</p>
- <pre><meta http-equiv="Refresh" content="600"></pre>
+ <pre><meta http-equiv="Refresh" content="300"></pre>
</div>
Modified: index
===================================================================
--- index 2010-01-06 03:36:19 UTC (rev 4496)
+++ index 2010-01-06 03:39:54 UTC (rev 4497)
@@ -11454,7 +11454,7 @@
the page automatically reloads from the server every five
minutes:</p>
- <pre><meta http-equiv="Refresh" content="600"></pre>
+ <pre><meta http-equiv="Refresh" content="300"></pre>
</div>
Modified: source
===================================================================
--- source 2010-01-06 03:36:19 UTC (rev 4496)
+++ source 2010-01-06 03:39:54 UTC (rev 4497)
@@ -12073,7 +12073,7 @@
the page automatically reloads from the server every five
minutes:</p>
- <pre><meta http-equiv="Refresh" content="600"></pre>
+ <pre><meta http-equiv="Refresh" content="300"></pre>
</div>
More information about the Commit-Watchers
mailing list