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/private.html | |
parent | c3dd9838526d6dcee5d31d18374d6d8fedc3b99d (diff) | |
download | mailman2-43c25066a4560a6b956dc4c97fbda78bd2caf90f.tar.gz mailman2-43c25066a4560a6b956dc4c97fbda78bd2caf90f.tar.xz mailman2-43c25066a4560a6b956dc4c97fbda78bd2caf90f.zip |
More Romanian encoding changes.
Diffstat (limited to '')
-rwxr-xr-x | templates/ro/private.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/ro/private.html b/templates/ro/private.html index 78521bc0..74126bd4 100755 --- a/templates/ro/private.html +++ b/templates/ro/private.html @@ -1,7 +1,7 @@ <html> <head> <title>Autentificare la arhivele private %(realname)s</title> - <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-2"> + <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8"> <script>function sf(){document.f.username.focus();}</script> </head> <body bgcolor="#ffffff" onLoad="sf()"> |