mirror of https://github.com/BOINC/boinc.git
svn path=/trunk/boinc/; revision=19950
This commit is contained in:
parent
e1bdfc0ee8
commit
29f75b41f5
|
@ -77,7 +77,7 @@ foreach (array_reverse($project_news) as $item) {
|
|||
if (isset($item[2])) {
|
||||
$title = $item[2];
|
||||
} else {
|
||||
$n = strpos($content, ".");
|
||||
$n = strpos($content, ". ");
|
||||
if ($n) {
|
||||
$title = substr($content, 0, $n);
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue