removed the hardcoded <p> that went between articles.
This commit is contained in:
parent
3953a94787
commit
f6fbd49a0c
1 changed files with 1 additions and 1 deletions
|
|
@ -138,7 +138,7 @@ sub www_view {
|
|||
$var{"image.url"} = $file->getURL;
|
||||
$var{"image.thumbnail"} = $file->getThumbnail;
|
||||
}
|
||||
$var{description} = $_[0]->description;
|
||||
$var{description} = $_[0]->get("description");
|
||||
if ($_[0]->get("convertCarriageReturns")) {
|
||||
$var{description} =~ s/\n/\<br\>/g;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue