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> </script>
<meta http-equiv="Content-Type" content="text/html; {#charset}"> <meta http-equiv="Content-Type" content="text/html; charset={#charset}">
</head> </head>
<body> <body>
<table> <table>

View file

@ -2,9 +2,10 @@
<head> <head>
{#style} {#style}
<title>{#register_page_title}</title> <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> </head>
<body> <body>
{#header}
<table style="width:100%;height:100%"> <table style="width:100%;height:100%">
<tr align="center" valign="middle"> <tr align="center" valign="middle">
<td> <td>
@ -68,5 +69,6 @@
</td> </td>
</tr> </tr>
</table> </table>
{#footer}
</body> </body>
</html> </html>

View file

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