[XForms] submission action="mailto.." not working. Bug 332009, r=doronr+me, patch by msterlin@us.ibm.com

This commit is contained in:
allan%beaufour.dk 2006-04-20 10:25:28 +00:00
Родитель cc2065f398
Коммит 7a65b7f7c4
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1975,7 +1975,7 @@ nsXFormsSubmissionElement::SendData(const nsCString &uriSpec,
// Read returns 0 if eos
while (numReadIn != 0) {
numReadIn = stream->Read(buf, len, &read);
NS_EscapeURL(buf, esc_AlwaysCopy, read, mailtoUrl);
NS_EscapeURL(buf, read, esc_Query|esc_AlwaysCopy, mailtoUrl);
}
delete [] buf;