[Obliquid-cvs] obliquid/common/theme header.tpl,1.3,1.4
Status: Beta
Brought to you by:
slocati
|
From: <sl...@sc...> - 2007-02-21 09:24:10
|
Update of /cvsroot/obliquid/obliquid/common/theme In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv19879 Modified Files: header.tpl Log Message: fixed broken html Index: header.tpl =================================================================== RCS file: /cvsroot/obliquid/obliquid/common/theme/header.tpl,v retrieving revision 1.3 retrieving revision 1.4 diff -b -u -d -r1.3 -r1.4 --- header.tpl 11 Mar 2006 18:21:15 -0000 1.3 +++ header.tpl 21 Feb 2007 09:24:04 -0000 1.4 @@ -2,7 +2,8 @@ <html> <head> <title>{{$page_title}}</title> - <meta http-equiv="Content-Type" content="text/html; name="description" content="{{$meta_description}}"/> + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> + <meta name="description" content="{{$meta_description}}"/> <meta name="keywords" content="{{$meta_keywords}}"/> {{$metadata}} <link rel="SHORTCUT ICON" href="favicon.ico" type="image/x-icon"/> |