projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c309e9
)
Fix logic.
author
Jan Schneider
<jan@horde.org>
Tue, 8 Dec 2009 00:05:49 +0000
(
01:05
+0100)
committer
Jan Schneider
<jan@horde.org>
Tue, 8 Dec 2009 00:05:49 +0000
(
01:05
+0100)
framework/Core/lib/Horde.php
patch
|
blob
|
history
diff --git
a/framework/Core/lib/Horde.php
b/framework/Core/lib/Horde.php
index
38230de
..
cd77bdc
100644
(file)
--- 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);