[Rt-commit] r2426 - in rt/branches/PLATANO-EXPERIMENTAL-CSS: .
html/Elements/CollectionAsTable
jesse at bestpractical.com
jesse at bestpractical.com
Mon Mar 14 02:59:41 EST 2005
Author: jesse
Date: Mon Mar 14 02:59:41 2005
New Revision: 2426
Modified:
rt/branches/PLATANO-EXPERIMENTAL-CSS/ (props changed)
rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/CollectionAsTable/Row
Log:
r8586 at hualien: jesse | 2005-03-14 02:41:57 -0500
r8473 at hualien: jesse | 2005-03-14 02:26:01 -0500
r4695 at hualien: jesse | 2005-02-13 23:04:07 -0500
Fix for issues with words with Umlauts in search result listings
Modified: rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/CollectionAsTable/Row
==============================================================================
--- rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/CollectionAsTable/Row (original)
+++ rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/CollectionAsTable/Row Mon Mar 14 02:59:41 2005
@@ -88,7 +88,7 @@
}
}
else {
- $m->out( Encode::decode_utf8($subcol) );
+ $m->out( $subcol );
}
}
$m->out('</td>');
More information about the Rt-commit
mailing list