mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-23 19:04:18 +00:00
Monotone-Parent: 5352547fba6d82f422f3bb300b39427b9ebf5653
Monotone-Revision: 07ab3efb7fca7b90bb3250e66fef539e6ccac57c Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2009-01-21T17:01:06 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -59,7 +59,8 @@ String.prototype.asDate = function () {
|
||||
};
|
||||
|
||||
String.prototype.asCSSIdentifier = function () {
|
||||
var substitutions = { '.': '_D_',
|
||||
var substitutions = { '_': '_U_',
|
||||
'.': '_D_',
|
||||
'#': '_H_',
|
||||
'@': '_A_',
|
||||
'*': '_S_',
|
||||
|
||||
Reference in New Issue
Block a user