Author: hlship
Date: Thu Oct  6 15:20:31 2011
New Revision: 1179661

URL: http://svn.apache.org/viewvc?rev=1179661&view=rev
Log:
Add a   between "version" and the version number itself (otherwise it runs 
together in production mode)

Modified:
    
tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry5/internal/t5internal/components/InternalLayout.tml

Modified: 
tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry5/internal/t5internal/components/InternalLayout.tml
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry5/internal/t5internal/components/InternalLayout.tml?rev=1179661&r1=1179660&r2=1179661&view=diff
==============================================================================
--- 
tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry5/internal/t5internal/components/InternalLayout.tml
 (original)
+++ 
tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry5/internal/t5internal/components/InternalLayout.tml
 Thu Oct  6 15:20:31 2011
@@ -5,7 +5,8 @@
 
 
 <div class="t-header">
-    <a href="http://tapestry.apache.org"; title="Tapestry 5">Tapestry 5</a>
+    <a href="http://tapestry.apache.org";>Apache Tapestry 5</a>
+    &nbsp;
     <span class="detail">version ${frameworkVersion}</span>
 </div>
 


Reply via email to