Fixed some troubles with language and codestyle

This commit is contained in:
iDeBugger 2015-01-05 00:27:11 +03:00
commit b2b0e73e0f

View file

@ -112,7 +112,7 @@ function parse(source,defaultNSMapCopy,entityMap,domBuilder,errorHandler){
var localNSMap = config.localNSMap;
if(config.tagName != tagName){
errorHandler.fatalError("end tag name: "+tagName+' is not match the current start tagName:'+config.tagName );
errorHandler.fatalError("end tag name: "+tagName+" does not match the current start tagName:"+config.tagName);
}
domBuilder.endElement(config.uri,config.localName,tagName);
if(localNSMap){