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

Unified Diff: templates/default.tmpl

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 | « pages/donate.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: templates/default.tmpl
diff --git a/templates/default.tmpl b/templates/default.tmpl
index a876f287ca5435af787a09112d08662cab9241ca..f1f8f4ff2158ac015279f667de678319d68398ec 100644
--- a/templates/default.tmpl
+++ b/templates/default.tmpl
@@ -20,6 +20,7 @@
<head>
<title>{{title|translate("title")}}</title>
+ <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/css/main.css" class="cssfx">
<link rel="stylesheet" href="/css/main-desktop.css" media="(min-width: 1000px)" class="cssfx">
« no previous file with comments | « pages/donate.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld