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>
|
||||
<meta http-equiv="Content-Type" content="text/html; {#charset}">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset={#charset}">
|
||||
</head>
|
||||
<body>
|
||||
<table>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue