mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-05-31 17:20:57 +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
32ed97413d
commit
11d3c854bf
1 changed files with 1 additions and 1 deletions
|
@ -449,7 +449,7 @@ NS_DURING
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
if (_key || _data)
|
if (dataValue)//_key || _data)
|
||||||
{
|
{
|
||||||
if (cidStoreValue)
|
if (cidStoreValue)
|
||||||
[aResponse appendContentString:url];
|
[aResponse appendContentString:url];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue