From 940bdf8e75adfa3c42ca88c1770bfb7e55bfa785 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Tue, 8 Dec 2009 01:05:49 +0100 Subject: [PATCH] Fix logic. --- framework/Core/lib/Horde.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/framework/Core/lib/Horde.php b/framework/Core/lib/Horde.php index 38230de20..cd77bdc44 100644 --- a/framework/Core/lib/Horde.php +++ b/framework/Core/lib/Horde.php @@ -1282,10 +1282,8 @@ HTML; nl2br(htmlspecialchars($title, ENT_QUOTES, $charset)), ENT_QUOTES, $charset)); error_reporting($old_error); - $attributes['title.raw'] = $title; - } else { - $attributes['title'] = $title; } + $attributes['title.raw'] = $title; } return $url->link($attributes); -- 2.11.0