diff options
Diffstat (limited to '')
-rwxr-xr-x | templates/pl/admlogin.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/pl/admlogin.html b/templates/pl/admlogin.html index 3cc12c45..72727873 100755 --- a/templates/pl/admlogin.html +++ b/templates/pl/admlogin.html @@ -1,7 +1,7 @@ <html> <head> <title>Uwierzytelnienie %(who)s %(listname)s</title> -<meta http-equiv="content-type" content="text/html; charset=ISO-8859-2"> +<meta http-equiv="content-type" content="text/html; charset=iso-8859-2"> <script>function sf(){document.f.adminpw.focus();}</script> </head> <body bgcolor="#ffffff" onLoad="sf()"> |