issue 70 admin langauge apply

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9086 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ovclas 2011-09-07 09:35:47 +00:00
parent d00f84fe03
commit 56a2ae027c
16 changed files with 75 additions and 103 deletions

View file

@ -274,7 +274,6 @@
foreach($output AS $key=>$value)
{
$value->content = strip_tags($value->content);
if(!trim($value->content)) $value->content = '...';
}
}
Context::set('latestCommentList', $output);