mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-02-21 02:41:04 +00:00
* GSWeb.framework/GSWHTMLURLValuedElement.m:
o fix in -appendURLToResponse:inContext: when we have key and filename binding (Stephane Corthesy <stephane@sente.ch> and Philip Motteli <Philip.Moetteli@tele2.ch>) git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@18893 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
4d3f7c238a
commit
164d631158
1 changed files with 1 additions and 1 deletions
|
@ -449,7 +449,7 @@ NS_DURING
|
|||
}
|
||||
else
|
||||
{
|
||||
if (_key || _data)
|
||||
if (dataValue)//_key || _data)
|
||||
{
|
||||
if (cidStoreValue)
|
||||
[aResponse appendContentString:url];
|
||||
|
|
Loading…
Reference in a new issue