Using right charset tag
git-svn-id: http://piwigo.org/svn/trunk@107 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
bb82ab893b
commit
6a68d7e46d
3 changed files with 5 additions and 3 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
|
|
@ -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}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue