@@ -201,15 +201,14 @@ - (void)elementBuilder: (OFXMLElementBuilder*)builder didNotExpectCloseTag: (OFString*)name withPrefix: (OFString*)prefix namespace: (OFString*)ns { - @throw [OFMalformedXMLException exceptionWithClass: [builder class] - parser: nil]; + @throw [OFMalformedXMLException exceptionWithClass: [builder class]]; } - (OFString*)elementBuilder: (OFXMLElementBuilder*)builder foundUnknownEntityNamed: (OFString*)entity { return nil; } @end