mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-05-31 01:01:19 +00:00
o appendContentString: instead of appendContentData:
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@18166 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
31adb5b379
commit
85945b8500
1 changed files with 1 additions and 2 deletions
|
@ -73,9 +73,8 @@ RCS_ID("$Id$")
|
|||
GSWStartElement(context);
|
||||
if (_documentTypeString)
|
||||
{
|
||||
NSStringEncoding encoding=[response contentEncoding];
|
||||
NSDebugMLLog(@"gswdync",@"added documentTypeString = %@",_documentTypeString);
|
||||
[response appendContentData:[_documentTypeString dataUsingEncoding:encoding]];
|
||||
[response appendContentString:_documentTypeString];
|
||||
};
|
||||
|
||||
[super appendToResponse:response
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue