Fix for bug 146967 (Clean up Transformiix strings). r=Pike, sr=jst.

git-svn-id: svn://10.0.0.236/trunk@124492 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
peterv%netscape.com
2002-07-02 14:15:01 +00:00
parent 6009c8b31c
commit 2cd6ed3ec9
57 changed files with 1147 additions and 2561 deletions

View File

@@ -188,7 +188,7 @@ void txHTMLOutput::attribute(const String& aName,
}
}
if (!setAtt) {
setAtt = new txAttribute(aNsID, localName, "");
setAtt = new txAttribute(aNsID, localName, String());
setAtt->mShorthand = MB_TRUE;
mAttributes.add(setAtt);
}