removed the hardcoded <p> that went between articles.

This commit is contained in:
JT Smith 2003-04-12 19:05:46 +00:00
parent 3953a94787
commit f6fbd49a0c

View file

@ -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;
}