diff options
Diffstat (limited to 'template/default/navigation.html')
-rw-r--r-- | template/default/navigation.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/default/navigation.html b/template/default/navigation.html index bdf06b1..14b76c1 100644 --- a/template/default/navigation.html +++ b/template/default/navigation.html @@ -1,7 +1,7 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> - <meta http-equiv="content-type" content="text/html;charset=<?% gettext('ISO-8859-1') %?>" /> + <meta http-equiv="content-type" content="text/html;charset=<?% charset %?>" /> <title>VDRAdmin-AM</title> <link type="text/css" href="style.css" rel="stylesheet" media="screen" /> <?% IF usercss %?> |