Hi guys,

Please try again with the attached patch. It does not require a reload of SOGo but make sure you refresh your browser cache after applying it.


Wolfgang

--
[email protected]
https://inverse.ca/sogo/lists
#
# old_revision [6a3d48cf816cd9dd300983790541d39c969393c6]
#
# patch "UI/WebServerResources/JavascriptAPIExtensions.js"
#  from [6b23612fcaba7a9546455eddfd1470f082d3484a]
#    to [8436beb46e3bba9f4f9be171c9f15caa8064bfc3]
#
============================================================
--- UI/WebServerResources/JavascriptAPIExtensions.js    
6b23612fcaba7a9546455eddfd1470f082d3484a
+++ UI/WebServerResources/JavascriptAPIExtensions.js    
8436beb46e3bba9f4f9be171c9f15caa8064bfc3
@@ -71,7 +71,7 @@ String.prototype.asCSSIdentifier = funct
 
 String.prototype.asCSSIdentifier = function() {
     var characters = [ '_'  , '\\.', '#'  , '@'  , '\\*', ':'  , ','   , ' '
-                       , "'", '&', '+' ];
+                       , "'", '&', '\\+' ];
     var escapeds =   [ '_U_', '_D_', '_H_', '_A_', '_S_', '_C_', '_CO_',
                        '_SP_', '_SQ_', '_AM_', '_P_' ];
 

Reply via email to