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) : "") : "");