You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2012/02/04 16:37:23 UTC

svn commit: r1240523 - /commons/proper/net/trunk/src/site/site.xml

Author: sebb
Date: Sat Feb  4 15:37:23 2012
New Revision: 1240523

URL: http://svn.apache.org/viewvc?rev=1240523&view=rev
Log:
Fix missing title for logo

Modified:
    commons/proper/net/trunk/src/site/site.xml

Modified: commons/proper/net/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/commons/proper/net/trunk/src/site/site.xml?rev=1240523&r1=1240522&r2=1240523&view=diff
==============================================================================
--- commons/proper/net/trunk/src/site/site.xml (original)
+++ commons/proper/net/trunk/src/site/site.xml Sat Feb  4 15:37:23 2012
@@ -15,12 +15,13 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 -->
-<project name="Apache Commons Net&amp;trade;">
+<project name="Apache Commons Net">
 
   <bannerRight>
-    <name>Commons Net&#8482;</name>
+    <name>Apache Commons Net</name>
     <src>/images/net-logo-white.png</src>
     <href>/index.html</href>
+    <alt>Commons Net&amp;trade; logo</alt>
   </bannerRight>
 
   <body>
@@ -29,7 +30,7 @@
       <item name="Migration How-to"      href="migration.html"/>
       <item name="FAQ"                   href="faq.html"/>
       <item name="Download"              href="http://commons.apache.org/net/download_net.cgi"/>
-      <item name="Javadoc (3.0.1)"       href="api-3.0.1/index.html"/>
+      <item name="Javadoc (3.1)"         href="api-3.1/index.html"/>
       <item name="Javadoc (1.4.1)"       href="api-1.4.1/index.html"/>
       <item name="Release Notes"         href="changes-report.html"/>
     </menu>