Author: wsmoak Date: Sat Aug 20 20:25:57 2005 New Revision: 234142 URL: http://svn.apache.org/viewcvs?rev=234142&view=rev Log: Removed href attributes from <section> tags and added anchors Fixed typo in title
Modified: struts/site/trunk/xdocs/faces/index.xml Modified: struts/site/trunk/xdocs/faces/index.xml URL: http://svn.apache.org/viewcvs/struts/site/trunk/xdocs/faces/index.xml?rev=234142&r1=234141&r2=234142&view=diff ============================================================================== --- struts/site/trunk/xdocs/faces/index.xml (original) +++ struts/site/trunk/xdocs/faces/index.xml Sat Aug 20 20:25:57 2005 @@ -2,20 +2,20 @@ <document url="index.html"> <properties> - <title>Struts and JavaServer Faces Interation Library</title> + <title>Struts and JavaServer Faces Integration Library</title> </properties> <body> - - <section name="Struts-Faces Welcome" href="welcome"> + <section name="Struts-Faces Welcome"> + <a name="welcome"/> <p>FIXME - Welcome to the Struts-Faces Integration Library.</p> </section> - - <section name="Struts-Faces Download" href="download"> + <section name="Struts-Faces Download"> + <a name="download"/> <p>Nightly builds of the Struts-Faces Integration Library are available from <a href="http://cvs.apache.org/builds/struts/nightly/struts-faces/"> @@ -23,8 +23,8 @@ </section> - - <section name="Struts-Faces Issue Tracking" href="issue"> + <section name="Struts-Faces Issue Tracking"> + <a name="issue"/> <p>Please report any bugs, or log any enhancement requests, in the <a href="http://issues.apache.org/bugzilla">Apache Issue Tracking System</a>, --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]