1
0
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:
e107steved
2010-04-05 21:35:09 +00:00
parent a8c95d9fab
commit 0fa5dac3aa
2 changed files with 6 additions and 6 deletions

View File

@@ -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();