html5/html-xhtml-author-guide WD-html-polyglot-20110524.htm,1.4,1.5

Update of /sources/public/html5/html-xhtml-author-guide
In directory hutz:/tmp/cvs-serv8864

Modified Files:
	WD-html-polyglot-20110524.htm 
Log Message:
Added <p> around W3C logo <img>

Index: WD-html-polyglot-20110524.htm
===================================================================
RCS file: /sources/public/html5/html-xhtml-author-guide/WD-html-polyglot-20110524.htm,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- WD-html-polyglot-20110524.htm	16 May 2011 20:12:48 -0000	1.4
+++ WD-html-polyglot-20110524.htm	16 May 2011 20:15:55 -0000	1.5
@@ -44,7 +44,9 @@
 
 <body style="display: inherit;">
 	<div class="head">
-		<a href="http://www.w3.org/"><img height="48" width="72" alt="W3C" src="http://www.w3.org/Icons/w3c_home"/></a>
+		<p>
+			<a href="http://www.w3.org/"><img height="48" width="72" alt="W3C" src="http://www.w3.org/Icons/w3c_home"/></a>
+		</p>
 		<h1 class="title" id="title">Polyglot Markup: HTML-Compatible XHTML Documents</h1>
 		<h2 id="w3c-working-draft-24-may-2011">W3C Working Draft 24 May 2011</h2>
 		<dl>

Received on Monday, 16 May 2011 20:15:59 UTC