ticket:330

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3309 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
haneul 2007-12-11 16:07:12 +00:00
parent 00a7801078
commit af62238e0e

View file

@ -72,6 +72,8 @@
$plus = -1;
$val->childNodes["date-end"]->body = $this->dateFormatChange($val->childNodes["date-end"]->body, $plus);
}
$val->childNodes["description"]->body = str_replace("\n", "<BR />", $val->childNodes["description"]->body);
}
Context::set('page', $page);