html5/markup/src syntax.html,1.90,1.91

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>&lt;input <em>disabled="disabled"</em>&gt;</pre>
+            <pre>&lt;input <em>disabled=""</em>&gt;</pre>
           </div>
         </dd>
         <dt><dfn id="syntax-attr-unquoted"

Received on Thursday, 12 May 2011 07:56:08 UTC