bug 91696, Meta tag does not work, r=shanjian , sr=vidur
git-svn-id: svn://10.0.0.236/trunk@100723 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -2520,7 +2520,7 @@ nsParser::DetectMetaTag(const char* aBytes,
|
||||
if ((offset = tokenizer.GetNextWord(PR_TRUE)) != kNotFound) {
|
||||
const char* contentStart = attrStart+offset;
|
||||
CWordTokenizer<char> contentTokenizer(contentStart, 0,
|
||||
tokenizer.GetLength());
|
||||
attrEnd-contentStart);
|
||||
|
||||
// Read the content type
|
||||
if (contentTokenizer.GetNextWord() != kNotFound) {
|
||||
|
||||
Reference in New Issue
Block a user