- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 12 May 2011 07:56:07 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/src
In directory hutz:/tmp/cvs-serv22377/src
Modified Files:
syntax.html
Log Message:
fixed minor error
Index: syntax.html
===================================================================
RCS file: /sources/public/html5/markup/src/syntax.html,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -d -r1.90 -r1.91
--- syntax.html 12 May 2011 07:23:50 -0000 1.90
+++ syntax.html 12 May 2011 07:56:05 -0000 1.91
@@ -582,7 +582,7 @@
<a href="#syntax-attr-empty">empty attribute syntax</a>
is exactly equivalent to specifying the empty string as the
value for the attribute, as in the following example.</p>
- <pre><input <em>disabled="disabled"</em>></pre>
+ <pre><input <em>disabled=""</em>></pre>
</div>
</dd>
<dt><dfn id="syntax-attr-unquoted"
Received on Thursday, 12 May 2011 07:56:08 UTC