- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 16 Aug 2011 04:30:00 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv30117
Modified Files:
Overview.html
Log Message:
typo (whatwg r6471)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5172
retrieving revision 1.5173
diff -u -d -r1.5172 -r1.5173
--- Overview.html 16 Aug 2011 04:20:59 -0000 1.5172
+++ Overview.html 16 Aug 2011 04:29:55 -0000 1.5173
@@ -49074,7 +49074,7 @@
<title>Online status</title>
<script>
function updateIndicator() {
- document.getElementById('indicator').textContext = navigator.onLine ? 'online' : 'offline';
+ document.getElementById('indicator').textContent = navigator.onLine ? 'online' : 'offline';
}
</script>
</head>
Received on Tuesday, 16 August 2011 04:30:04 UTC