* 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:
Manuel Guesdon 2004-03-25 08:29:00 +00:00
parent 4d3f7c238a
commit 164d631158

View file

@ -449,7 +449,7 @@ NS_DURING
}
else
{
if (_key || _data)
if (dataValue)//_key || _data)
{
if (cidStoreValue)
[aResponse appendContentString:url];