mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
Using right charset tag
git-svn-id: http://piwigo.org/svn/trunk@107 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user