You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by gm...@apache.org on 2009/01/14 04:34:12 UTC

svn commit: r734316 - /forrest/trunk/main/fresh-site/src/documentation/content/xdocs/samples-b/sample.xml

Author: gmcdonald
Date: Tue Jan 13 19:34:11 2009
New Revision: 734316

URL: http://svn.apache.org/viewvc?rev=734316&view=rev
Log:
add id attribute to keep vaildator happy FOR-1153

Modified:
    forrest/trunk/main/fresh-site/src/documentation/content/xdocs/samples-b/sample.xml

Modified: forrest/trunk/main/fresh-site/src/documentation/content/xdocs/samples-b/sample.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/main/fresh-site/src/documentation/content/xdocs/samples-b/sample.xml?rev=734316&r1=734315&r2=734316&view=diff
==============================================================================
--- forrest/trunk/main/fresh-site/src/documentation/content/xdocs/samples-b/sample.xml (original)
+++ forrest/trunk/main/fresh-site/src/documentation/content/xdocs/samples-b/sample.xml Tue Jan 13 19:34:11 2009
@@ -356,7 +356,7 @@
             alt="usemap demo" width="256" height="256"/>
         </p>
         <p>
-          <map name="my-map">
+          <map name="my-map" id="my-map">
             <area shape="rect" coords="173,14,240,71"
                alt="Rectangle" href="ext:forrest"/>
             <area shape="circle" coords="53,172,28"