зеркало из https://github.com/mozilla/pjs.git
[XForms] submission action="mailto.." not working. Bug 332009, r=doronr+me, patch by msterlin@us.ibm.com
This commit is contained in:
Родитель
cc2065f398
Коммит
7a65b7f7c4
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче