diff --git a/Block/Widget/Link.php b/Block/Widget/Link.php index 68bb5539..521cc144 100644 --- a/Block/Widget/Link.php +++ b/Block/Widget/Link.php @@ -74,7 +74,7 @@ protected function _toHtml() if (!$href) { return $this->escapeHtml($title); } else { - return '' . $this->escapeHtml($title) . ''; + return '' . $this->escapeHtml($anchorText) . ''; } }