Fix logic.
authorJan Schneider <jan@horde.org>
Tue, 8 Dec 2009 00:05:49 +0000 (01:05 +0100)
committerJan Schneider <jan@horde.org>
Tue, 8 Dec 2009 00:05:49 +0000 (01:05 +0100)
framework/Core/lib/Horde.php

index 38230de..cd77bdc 100644 (file)
@@ -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);