diff options
author | Mark Sapiro <mark@msapiro.net> | 2015-02-06 11:51:40 -0800 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2015-02-06 11:51:40 -0800 |
commit | 43c25066a4560a6b956dc4c97fbda78bd2caf90f (patch) | |
tree | e3d3b9c30556fafce5766feadd9b83df1ac97a06 /templates/ro/archidxhead.html | |
parent | c3dd9838526d6dcee5d31d18374d6d8fedc3b99d (diff) | |
download | mailman2-43c25066a4560a6b956dc4c97fbda78bd2caf90f.tar.gz mailman2-43c25066a4560a6b956dc4c97fbda78bd2caf90f.tar.xz mailman2-43c25066a4560a6b956dc4c97fbda78bd2caf90f.zip |
More Romanian encoding changes.
Diffstat (limited to '')
-rw-r--r-- | templates/ro/archidxhead.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/ro/archidxhead.html b/templates/ro/archidxhead.html index 8ed49bea..c584cfe1 100644 --- a/templates/ro/archidxhead.html +++ b/templates/ro/archidxhead.html @@ -3,7 +3,7 @@ <HEAD> <title>Arhiva %(archive)s a listei %(listname)s după %(archtype)s</title> <META NAME="robots" CONTENT="noindex,follow"> - <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-2"> + <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8"> %(encoding)s </HEAD> <BODY BGCOLOR="#ffffff"> |