gnucash-htdocs beta: Enable localization comment.
John Ralls
jralls at code.gnucash.org
Wed Aug 11 19:12:16 EDT 2021
Updated via https://github.com/Gnucash/gnucash-htdocs/commit/91f379cc (commit)
from https://github.com/Gnucash/gnucash-htdocs/commit/1eca1bd8 (commit)
commit 91f379cc9fde994db1e3c5e9b0e88a1dc9b8d716
Author: John Ralls <jralls at ceridwen.us>
Date: Wed Aug 11 16:11:50 2021 -0700
Enable localization comment.
diff --git a/lang.php b/lang.php
index 794558d..8c7058d 100644
--- a/lang.php
+++ b/lang.php
@@ -114,5 +114,5 @@ T_bind_textdomain_codeset($domain, 'UTF-8');
T_textdomain($domain);
# 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");*/
+echo ("<!-- $locale , locale_res [$locale_res] , dir_res $dir_res, lang_cookie [$lang_cookie] -->\n");
?>
Summary of changes:
lang.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the gnucash-changes
mailing list