Using right charset tag

git-svn-id: http://piwigo.org/svn/trunk@107 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
z0rglub 2003-09-14 16:21:38 +00:00
commit 6a68d7e46d
3 changed files with 5 additions and 3 deletions

View file

@ -140,7 +140,7 @@
}
}
</script>
<meta http-equiv="Content-Type" content="text/html; {#charset}">
<meta http-equiv="Content-Type" content="text/html; charset={#charset}">
</head>
<body>
<table>

View file

@ -2,9 +2,10 @@
<head>
{#style}
<title>{#register_page_title}</title>
<meta http-equiv="Content-Type" content="text/html; {#charset}">
<meta http-equiv="Content-Type" content="text/html; charset={#charset}">
</head>
<body>
{#header}
<table style="width:100%;height:100%">
<tr align="center" valign="middle">
<td>
@ -68,5 +69,6 @@
</td>
</tr>
</table>
{#footer}
</body>
</html>

View file

@ -2,7 +2,7 @@
<head>
{#style}
<title>{#search_title}</title>
<meta http-equiv="Content-Type" content="text/html; {#charset}">
<meta http-equiv="Content-Type" content="text/html; charset={#charset}">
</head>
<body>
{#header}