mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-06 00:45:09 +00:00
Monotone-Parent: 6a3d48cf816cd9dd300983790541d39c969393c6
Monotone-Revision: 738bb5934b9505acd57737d65ba73eb95e8a9379 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-02-13T19:46:08
This commit is contained in:
@@ -71,7 +71,7 @@ String.prototype.asDate = function () {
|
||||
|
||||
String.prototype.asCSSIdentifier = function() {
|
||||
var characters = [ '_' , '\\.', '#' , '@' , '\\*', ':' , ',' , ' '
|
||||
, "'", '&', '+' ];
|
||||
, "'", '&', '\\+' ];
|
||||
var escapeds = [ '_U_', '_D_', '_H_', '_A_', '_S_', '_C_', '_CO_',
|
||||
'_SP_', '_SQ_', '_AM_', '_P_' ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user