You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ace.apache.org by ma...@apache.org on 2012/07/09 09:18:24 UTC

svn commit: r1358940 - /ace/site/trunk/templates/skeleton.html

Author: marrs
Date: Mon Jul  9 07:18:24 2012
New Revision: 1358940

URL: http://svn.apache.org/viewvc?rev=1358940&view=rev
Log:
Added (TM) to the first occurrence of Apache ACE on each page, which is in the top menu.

Modified:
    ace/site/trunk/templates/skeleton.html

Modified: ace/site/trunk/templates/skeleton.html
URL: http://svn.apache.org/viewvc/ace/site/trunk/templates/skeleton.html?rev=1358940&r1=1358939&r2=1358940&view=diff
==============================================================================
--- ace/site/trunk/templates/skeleton.html (original)
+++ ace/site/trunk/templates/skeleton.html Mon Jul  9 07:18:24 2012
@@ -42,7 +42,7 @@
     <div class="navbar navbar-fixed-top">
       <div class="navbar-inner">
         <div class="container">
-          <a class="brand" href="/index.html">Apache ACE</a>
+          <a class="brand" href="/index.html">Apache ACE&trade;</a>
           {% include "sidenav.html" %}
         </div>
       </div>