From 821b1a2c576c4ae1624cf1687f4eb93c56be0496 Mon Sep 17 00:00:00 2001 From: JT Smith Date: Mon, 8 Mar 2004 02:44:05 +0000 Subject: [PATCH] fixed formatting --- lib/WebGUI/Wobject/USS.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/WebGUI/Wobject/USS.pm b/lib/WebGUI/Wobject/USS.pm index 8b6c3b0e3..2ade12ace 100644 --- a/lib/WebGUI/Wobject/USS.pm +++ b/lib/WebGUI/Wobject/USS.pm @@ -679,8 +679,8 @@ sub www_view { $i = 0; my $imageURL; foreach $row (@$page) { - $page->[$i]->{content} =~ s/\n/\^\-\;/ unless ($page->[$i]->{content} =~ m/\^\-\;/); $page->[$i]->{content} = WebGUI::HTML::filter($page->[$i]->{content},$_[0]->get("filterContent")); + $page->[$i]->{content} =~ s/\n/\^\-\;/ unless ($page->[$i]->{content} =~ m/\^\-\;/); $page->[$i]->{content} = WebGUI::HTML::format($page->[$i]->{content},$page->[$i]->{contentType}); @content = split(/\^\-\;/,$page->[$i]->{content}); if ($page->[$i]->{image} ne "") {