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:
Wolfgang Sourdeau
2009-01-21 17:01:06 +00:00
parent 63d79c031d
commit 3567a3f6d5
7 changed files with 25 additions and 10 deletions
@@ -59,7 +59,8 @@ String.prototype.asDate = function () {
};
String.prototype.asCSSIdentifier = function () {
var substitutions = { '.': '_D_',
var substitutions = { '_': '_U_',
'.': '_D_',
'#': '_H_',
'@': '_A_',
'*': '_S_',