You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by le...@apache.org on 2013/05/12 14:27:42 UTC

svn commit: r1481542 - /pdfbox/cmssite/trunk/templates/skeleton.html

Author: lehmi
Date: Sun May 12 12:27:42 2013
New Revision: 1481542

URL: http://svn.apache.org/r1481542
Log:
fixed the pdfbox start link in left upper corner

Modified:
    pdfbox/cmssite/trunk/templates/skeleton.html

Modified: pdfbox/cmssite/trunk/templates/skeleton.html
URL: http://svn.apache.org/viewvc/pdfbox/cmssite/trunk/templates/skeleton.html?rev=1481542&r1=1481541&r2=1481542&view=diff
==============================================================================
--- pdfbox/cmssite/trunk/templates/skeleton.html (original)
+++ pdfbox/cmssite/trunk/templates/skeleton.html Sun May 12 12:27:42 2013
@@ -51,7 +51,7 @@
 
     <div class="navbar navbar-fixed-top">
       <div class="navbar-inner">
-          <a href="index.html"><img class="logo" src="/images/logo-head.gif"></a>
+          <a href="/index.html"><img class="logo" src="/images/logo-head.gif"></a>
       </div>
     </div>