Univention Bugzilla – Attachment 5740 Details for
Bug 31285
(Un-)quoting bug: UMC error message per email
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
bug31285.patch (text/plain), 552 bytes, created by
Florian Best
on 2014-01-22 10:03:09 CET
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Florian Best
Created:
2014-01-22 10:03:09 CET
Size:
552 bytes
patch
obsolete
>Index: umc/tools.js >=================================================================== >--- umc/tools.js (Revision 47181) >+++ umc/tools.js (Arbeitskopie) >@@ -696,7 +696,7 @@ > > var feedbackMailto = lang.replace('mailto:{email}?body={body}&subject={subject}', { > email: encodeURIComponent(this.status('feedbackAddress')), >- body: encodeURIComponent(feedbackBody), >+ body: encodeURIComponent(entities.decode(feedbackBody)), > subject: encodeURIComponent(this.status('feedbackSubject')) > }); > var feedbackLabel = _('Send as email');
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 31285
: 5740