update comment

This commit is contained in:
James Campos 2012-06-12 11:12:45 -07:00
parent 0af6c74e70
commit b0e0014154
2 changed files with 2 additions and 2 deletions

View File

@ -4742,7 +4742,7 @@ div.opContainer {\
text-decoration: none;\ text-decoration: none;\
border-bottom: 1px dashed;\ border-bottom: 1px dashed;\
}\ }\
/* \u00A0 is nbsp */\ /* \\00A0 is nbsp */\
.delete_button::before {\ .delete_button::before {\
content: "[\\00a0"\ content: "[\\00a0"\
}\ }\

View File

@ -3696,7 +3696,7 @@ div.opContainer {
text-decoration: none; text-decoration: none;
border-bottom: 1px dashed; border-bottom: 1px dashed;
} }
/* \u00A0 is nbsp */ /* \\00A0 is nbsp */
.delete_button::before { .delete_button::before {
content: "[\\00a0" content: "[\\00a0"
} }