From 9afd344cd4873df6a4e3a7f6d0e9083be46551fe Mon Sep 17 00:00:00 2001 From: e107steved Date: Sun, 11 Nov 2007 12:55:28 +0000 Subject: [PATCH] Bugracker #4208 - XHTML compliance --- e107_plugins/links_page/e_list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_plugins/links_page/e_list.php b/e107_plugins/links_page/e_list.php index 1edceb448..b94351498 100644 --- a/e107_plugins/links_page/e_list.php +++ b/e107_plugins/links_page/e_list.php @@ -33,7 +33,7 @@ if (!defined('e107_INIT')) { exit; } $rowheading = $this -> parse_heading($row['link_name'], $mode); $ICON = $bullet; - $HEADING = "".$rowheading.""; + $HEADING = "".$rowheading.""; $AUTHOR = ""; $CATEGORY = ($arr[4] ? "".$row['link_category_name']."" : ""); $DATE = ($arr[5] ? ($row['link_datestamp'] > 0 ? $this -> getListDate($row['link_datestamp'], $mode) : "") : "");