mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-02-21 02:41:04 +00:00
<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:
parent
a971413f7d
commit
e90b7cf7b4
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue