[Rt-commit] r2953 - in rt/branches/3.4-RELEASE: . html/Elements
jesse at bestpractical.com
jesse at bestpractical.com
Tue May 24 18:21:07 EDT 2005
Author: jesse
Date: Tue May 24 18:21:07 2005
New Revision: 2953
Modified:
rt/branches/3.4-RELEASE/ (props changed)
rt/branches/3.4-RELEASE/html/Elements/ShowCustomFieldWikitext
Log:
r17682 at hualien: jesse | 2005-05-24 12:27:55 -0400
* Wikitext fields weren't properly escaping HTML
Modified: rt/branches/3.4-RELEASE/html/Elements/ShowCustomFieldWikitext
==============================================================================
--- rt/branches/3.4-RELEASE/html/Elements/ShowCustomFieldWikitext (original)
+++ rt/branches/3.4-RELEASE/html/Elements/ShowCustomFieldWikitext Tue May 24 18:21:07 2005
@@ -44,6 +44,7 @@
%#
%# END BPS TAGGED BLOCK }}}
% my $content = $Object->LargeContent || $Object->Content;
+% $content = $m->comp('/Elements/ScrubHTML', Content => $content);
% my $wiki_content = Text::WikiFormat::format( $content."\n" );
<%$wiki_content|n%>
<%init>
More information about the Rt-commit
mailing list