mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-02-24 04:01:16 +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
ee8e2cc199
commit
d2c931263a
1 changed files with 4 additions and 3 deletions
|
@ -265,8 +265,9 @@ static char rcsId[] = "$Id$";
|
||||||
};
|
};
|
||||||
if (_valueValue)
|
if (_valueValue)
|
||||||
{
|
{
|
||||||
NSDebugMLLog0(@"gswdync",@"Adding /OPTION");
|
//NSDebugMLLog0(@"gswdync",@"Adding /OPTION");
|
||||||
[response_ _appendContentAsciiString:@"</OPTION>"];
|
// K2- No /OPTION TAG
|
||||||
|
//[response_ _appendContentAsciiString:@"</OPTION>"];
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
@ -276,7 +277,7 @@ static char rcsId[] = "$Id$";
|
||||||
#else
|
#else
|
||||||
if (_optGroupLabel)
|
if (_optGroupLabel)
|
||||||
{
|
{
|
||||||
[response_ _appendContentAsciiString:@"</OPTION>"];
|
//[response_ _appendContentAsciiString:@"</OPTION>"];
|
||||||
_optGroupLabel=NO;
|
_optGroupLabel=NO;
|
||||||
};
|
};
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue