[Rt-commit] r13097 - in rt/branches/3.8-TESTING: .

jesse at bestpractical.com jesse at bestpractical.com
Mon Jun 9 20:58:09 EDT 2008


Author: jesse
Date: Mon Jun  9 20:58:08 2008
New Revision: 13097

Modified:
   rt/branches/3.8-TESTING/   (props changed)
   rt/branches/3.8-TESTING/share/html/Widgets/TitleBoxStart

Log:
 r32533 at 68-247-29-48:  jesse | 2008-06-09 20:54:36 -0400
 * I gave kyoki bad advice to add newlines in the titleboxstart component


Modified: rt/branches/3.8-TESTING/share/html/Widgets/TitleBoxStart
==============================================================================
--- rt/branches/3.8-TESTING/share/html/Widgets/TitleBoxStart	(original)
+++ rt/branches/3.8-TESTING/share/html/Widgets/TitleBoxStart	Mon Jun  9 20:58:08 2008
@@ -55,17 +55,12 @@
 	</span>
 % }
     <span class="left">
-      	<% $title_href ? qq[<a href="$title_href">] : '' | n %>
-      	<% $title %>
-     	<% $title_raw |n %>
-      	<% $title_href ? "</a>" : '' |n%>
+      	<% $title_href ? qq[<a href="$title_href">] : '' | n 
+        %><% $title %><% $title_raw |n %><% $title_href ? "</a>" : '' |n%>
     </span>
-    <span class="right
-     	<%($titleright_href || $titleright || $titleright_raw) ? '' : '-empty' %>">
+    <span class="right<%($titleright_href || $titleright || $titleright_raw) ? '' : '-empty' %>">
 	<% $titleright_href ? qq[<a href="$titleright_href">] : '' | n %>
-	<% $titleright  %>
-	<% $titleright_raw |n%> 
-	<% $titleright_href ? "</a>" : '' |n%>
+	<% $titleright  %><% $titleright_raw |n%><% $titleright_href ? "</a>" : '' |n%>
     </span>
   </div>
   <div class="titlebox-content <% $bodyclass %>" id="<% $tid %>">


More information about the Rt-commit mailing list