mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
Fix bug in escaping entities in fault message.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@21475 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
d75f98906c
commit
9a29cfd295
2 changed files with 3 additions and 1 deletions
|
@ -4802,7 +4802,7 @@ static void indentation(unsigned level, NSMutableString *str)
|
|||
|
||||
fault = [NSDictionary dictionaryWithObjectsAndKeys:
|
||||
[NSNumber numberWithInt: code], @"faultCode",
|
||||
[s stringByEscapingXML], @"faultString",
|
||||
s, @"faultString",
|
||||
nil];
|
||||
|
||||
[str appendString: @"<?xml version=\"1.0\"?>\n"];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue