[Rt-commit] r13991 - rt/3.8/branches/3.8.0-releng/share/html/Elements/CollectionAsTable

jesse at bestpractical.com jesse at bestpractical.com
Fri Jul 11 10:56:26 EDT 2008


Author: jesse
Date: Fri Jul 11 10:56:26 2008
New Revision: 13991

Modified:
   rt/3.8/branches/3.8.0-releng/share/html/Elements/CollectionAsTable/Header

Log:
 r39474 at 68-246-144-190 (orig r13878):  kyoki | 2008-07-08 15:25:13 -0400
  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.
 
 r39480 at 68-246-144-190 (orig r13884):  kyoki | 2008-07-08 16:17:02 -0400
  r23681 at nyx:  kyoki | 2008-07-08 16:17:02 -0400
  undo previous commit
 
 r39484 at 68-246-144-190 (orig r13888):  kyoki | 2008-07-08 16:46:09 -0400
  r23686 at nyx:  kyoki | 2008-07-08 16:46:11 -0400
  trying to fix escapes again
 


Modified: rt/3.8/branches/3.8.0-releng/share/html/Elements/CollectionAsTable/Header
==============================================================================
--- rt/3.8/branches/3.8.0-releng/share/html/Elements/CollectionAsTable/Header	(original)
+++ rt/3.8/branches/3.8.0-releng/share/html/Elements/CollectionAsTable/Header	Fri Jul 11 10:56:26 2008
@@ -99,7 +99,7 @@
     );
 
     unless( $tmp ) {
-        $title = $m->interp->apply_escapes( loc($title), 'h' );
+        $title = loc($m->comp('/Elements/ScrubHTML', Content => $title));
     } else {
         if ( UNIVERSAL::isa( $tmp, 'CODE' ) ) {
             my @tmp = $tmp->( $title );


More information about the Rt-commit mailing list