r19105 - htdocs/trunk/externals - Add encoding metadata

Geert Janssens gjanssens at code.gnucash.org
Wed May 5 06:00:47 EDT 2010


Author: gjanssens
Date: 2010-05-05 06:00:46 -0400 (Wed, 05 May 2010)
New Revision: 19105
Trac: http://svn.gnucash.org/trac/changeset/19105

Modified:
   htdocs/trunk/externals/header.phtml
Log:
Add encoding metadata

Modified: htdocs/trunk/externals/header.phtml
===================================================================
--- htdocs/trunk/externals/header.phtml	2010-05-04 23:40:29 UTC (rev 19104)
+++ htdocs/trunk/externals/header.phtml	2010-05-05 10:00:46 UTC (rev 19105)
@@ -1,6 +1,7 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
 <html>
 <head>
+<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
 <link rel="stylesheet" href="<?=$top_dir?>/externals/gnucash.css" type="text/css" />
 <link rel="icon" href="<?=$top_dir?>/favicon.ico" type="image/x-icon" />
 <link rel="shortcut icon" href="<?=$top_dir?>/favicon.ico" type="image/x-icon" />



More information about the gnucash-changes mailing list