Bug 698935 addendum - Rename the errStrayStartTag string key because the value changed. r=l10n.

This commit is contained in:
Henri Sivonen
2011-11-04 15:36:29 +02:00
parent 7908d926df
commit 7d588ef0e0
2 changed files with 2 additions and 2 deletions

View File

@@ -730,7 +730,7 @@ void
nsHtml5TreeBuilder::errStrayStartTag(nsIAtom* aName)
{
if (NS_UNLIKELY(mViewSource)) {
mViewSource->AddErrorToCurrentRun("errStrayStartTag", aName);
mViewSource->AddErrorToCurrentRun("errStrayStartTag2", aName);
}
}