mirror of
https://github.com/e107inc/e107.git
synced 2025-08-13 01:54:12 +02:00
Bugtracker #4929 XHTML compliance.
This commit is contained in:
2
news.php
2
news.php
@@ -225,7 +225,7 @@ if ($action == 'cat' || $action == 'all')
|
||||
{
|
||||
$NEWSLISTTITLE = str_replace("{NEWSCATEGORY}",$tp->toHTML($category_name,FALSE,'TITLE'),$NEWSLISTTITLE);
|
||||
}
|
||||
$text .= "<div style='text-align:center;'><a href='".e_SELF."' alt=''>".LAN_NEWS_84."</a></div>";
|
||||
$text .= "<div style='text-align:center;'><a href='".e_SELF."'>".LAN_NEWS_84."</a></div>";
|
||||
ob_start();
|
||||
$ns->tablerender($NEWSLISTTITLE, $text);
|
||||
$cache_data = ob_get_flush();
|
||||
|
Reference in New Issue
Block a user