<option> tag should not have a </option> closing tag.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@6775 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
karl 2000-06-22 20:16:05 +00:00
parent ee8e2cc199
commit d2c931263a

View file

@ -265,8 +265,9 @@ static char rcsId[] = "$Id$";
};
if (_valueValue)
{
NSDebugMLLog0(@"gswdync",@"Adding /OPTION");
[response_ _appendContentAsciiString:@"</OPTION>"];
//NSDebugMLLog0(@"gswdync",@"Adding /OPTION");
// K2- No /OPTION TAG
//[response_ _appendContentAsciiString:@"</OPTION>"];
}
else
{
@ -276,7 +277,7 @@ static char rcsId[] = "$Id$";
#else
if (_optGroupLabel)
{
[response_ _appendContentAsciiString:@"</OPTION>"];
//[response_ _appendContentAsciiString:@"</OPTION>"];
_optGroupLabel=NO;
};
#endif