r21060 - htdocs/branches/beta - Fix for right branding not showing properly in ie8. The problem seems to be the first commented line that lang.php adds to the html final page.

Cristian Marchi cmarchi at code.gnucash.org
Mon Aug 1 07:59:02 EDT 2011


Author: cmarchi
Date: 2011-08-01 07:59:01 -0400 (Mon, 01 Aug 2011)
New Revision: 21060
Trac: http://svn.gnucash.org/trac/changeset/21060

Modified:
   htdocs/branches/beta/lang.php
Log:
Fix for right branding not showing properly in ie8. The problem seems to be the first commented line that lang.php adds to the html final page.

Modified: htdocs/branches/beta/lang.php
===================================================================
--- htdocs/branches/beta/lang.php	2011-07-31 20:50:41 UTC (rev 21059)
+++ htdocs/branches/beta/lang.php	2011-08-01 11:59:01 UTC (rev 21060)
@@ -94,5 +94,6 @@
 
 T_textdomain($domain);
 
-echo ("<!-- $locale , locale_res [$locale_res] , dir_res $dir_res, lang_cookie [$lang_cookie] -->\n");
-?>
+# Next line was disabled in order to have the definition of doctype on the first line of the html resulting page. In this way the fixed attribute of the branding GnuCash sign works in ie8
+/*echo ("<!-- $locale , locale_res [$locale_res] , dir_res $dir_res, lang_cookie [$lang_cookie] -->\n");?>*/
+



More information about the gnucash-changes mailing list