[Rt-commit] r13878 - in rt/3.8/trunk: share/html/Elements/CollectionAsTable

kyoki at bestpractical.com kyoki at bestpractical.com
Tue Jul 8 15:25:56 EDT 2008


Author: kyoki
Date: Tue Jul  8 15:25:13 2008
New Revision: 13878

Modified:
   rt/3.8/trunk/   (props changed)
   rt/3.8/trunk/share/html/Elements/CollectionAsTable/Header

Log:
 r23675 at nyx:  kyoki | 2008-07-08 15:25:00 -0400
 RT-Ticket; 10014
 RT-Status: Resolved
 RT-Update: Correspond
 got rid of escapes in headers. other half of the bug was already fixed.


Modified: rt/3.8/trunk/share/html/Elements/CollectionAsTable/Header
==============================================================================
--- rt/3.8/trunk/share/html/Elements/CollectionAsTable/Header	(original)
+++ rt/3.8/trunk/share/html/Elements/CollectionAsTable/Header	Tue Jul  8 15:25:13 2008
@@ -99,7 +99,7 @@
     );
 
     unless( $tmp ) {
-        $title = $m->interp->apply_escapes( loc($title), 'h' );
+        $title = loc($title);
     } else {
         if ( UNIVERSAL::isa( $tmp, 'CODE' ) ) {
             my @tmp = $tmp->( $title );


More information about the Rt-commit mailing list