fixed formatting
This commit is contained in:
parent
2bfecac2b9
commit
821b1a2c57
1 changed files with 1 additions and 1 deletions
|
|
@ -679,8 +679,8 @@ sub www_view {
|
||||||
$i = 0;
|
$i = 0;
|
||||||
my $imageURL;
|
my $imageURL;
|
||||||
foreach $row (@$page) {
|
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} = 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});
|
$page->[$i]->{content} = WebGUI::HTML::format($page->[$i]->{content},$page->[$i]->{contentType});
|
||||||
@content = split(/\^\-\;/,$page->[$i]->{content});
|
@content = split(/\^\-\;/,$page->[$i]->{content});
|
||||||
if ($page->[$i]->{image} ne "") {
|
if ($page->[$i]->{image} ne "") {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue