No need for escaping here.
authorJan Schneider <jan@horde.org>
Fri, 13 Nov 2009 11:07:42 +0000 (12:07 +0100)
committerJan Schneider <jan@horde.org>
Mon, 16 Nov 2009 12:24:45 +0000 (13:24 +0100)
kronolith/js/kronolith.js

index e075a0a..5dd8de5 100644 (file)
@@ -104,7 +104,6 @@ KronolithCore = {
 
     setTitle: function(title)
     {
-        title = title.escapeHTML();
         document.title = Kronolith.conf.name + ' :: ' + title;
         return title;
     },