changed all html atoms to lower case

git-svn-id: svn://10.0.0.236/trunk@20542 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
peterl%netscape.com
1999-02-12 06:19:07 +00:00
parent 32592fa6e1
commit 38427deaa9
54 changed files with 2881 additions and 1270 deletions

View File

@@ -75,7 +75,7 @@ void nsLayoutAtoms::AddrefAtoms()
commentTagName = NS_NewAtom("__moz_comment");
textTagName = NS_NewAtom("__moz_text");
viewportPseudo = NS_NewAtom(":-MOZ-VIEWPORT"); // XXX lower case
viewportPseudo = NS_NewAtom(":-moz-viewport");
}
++gRefCnt;
}