Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: pages/donate.html

Issue 29337834: #1683 - Fixed encoding of paypal donation form on adblockplus.org (Closed)
Patch Set: Added charset to default template and dynamically created form Created March 1, 2016, 1:29 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | templates/default.tmpl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pages/donate.html
diff --git a/pages/donate.html b/pages/donate.html
index 5f5472054005d1341c852aa7512b8993c4af6f82..4c608153300b0db99229e3c63f573a32c5b438d0 100644
--- a/pages/donate.html
+++ b/pages/donate.html
@@ -316,6 +316,7 @@ label
});
var fields = {
+ charset: "utf-8",
business: "till@adblockplus.org",
item_name: formValues.name,
currency_code: currencyValue.get(),
« no previous file with comments | « no previous file | templates/default.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld