From: Jan Schneider Date: Tue, 8 Dec 2009 00:05:49 +0000 (+0100) Subject: Fix logic. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=940bdf8e75adfa3c42ca88c1770bfb7e55bfa785;p=horde.git Fix logic. --- 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);