diff options
author | z0rglub <z0rglub@piwigo.org> | 2003-09-14 16:21:38 +0000 |
---|---|---|
committer | z0rglub <z0rglub@piwigo.org> | 2003-09-14 16:21:38 +0000 |
commit | 6a68d7e46de4e253d1cd51c23157d9d739ffe44f (patch) | |
tree | 85fb4538e31fa81a42b32c2dc32095b6b720729a /template/default/search.vtp | |
parent | bb82ab893b621a6d035391ca1c9667f3755a9d6a (diff) |
Using right charset tag
git-svn-id: http://piwigo.org/svn/trunk@107 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/default/search.vtp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/default/search.vtp b/template/default/search.vtp index 7a75c4480..5b6f094ea 100644 --- a/template/default/search.vtp +++ b/template/default/search.vtp @@ -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} |