Revision 1075
Added by Matthias over 15 years ago
trunk/CHANGELOG | ||
---|---|---|
12 | 12 |
|
13 | 13 |
------------------------------------- 2.8.0 ------------------------------------- |
14 | 14 |
16-July 2009 Matthias Gallas |
15 |
# Fixed E_ALL notice in news/view.php |
|
15 | 16 |
! replaced in form and news delimiter "&" with "&" |
16 | 17 |
was introduced with changeset [1069] but didn't work on all servers |
17 | 18 |
# Removed double </form> tags in pages/intro.php and wysiwyg/modify.php |
trunk/wb/modules/news/view.php | ||
---|---|---|
365 | 365 |
} |
366 | 366 |
} else { |
367 | 367 |
// Say no comments found |
368 |
$content = ''; |
|
368 | 369 |
if(isset($TEXT['NONE_FOUND'])) { |
369 |
$content .= "<tr><td>".$TEXT['NONE_FOUND'].'<br /></td></tr>';
|
|
370 |
$content .= '<tr><td>'.$TEXT['NONE_FOUND'].'<br /></td></tr>';
|
|
370 | 371 |
} else { |
371 | 372 |
$content .= '<tr><td>None Found<br /></td></tr>'; |
372 | 373 |
} |
Also available in: Unified diff
Fixed E_ALL notice in news/view.php