From c9869d09775d613ba4d8772868b0924e5e9bd189 Mon Sep 17 00:00:00 2001 From: "arv@google.com" Date: Fri, 17 Jul 2009 20:53:12 +0000 Subject: Fix issue where the i18n template logic was not applied to the document element. TBR=glen@chromium.org BUG=16965 TEST=Start with --lang=he and makes sure UI is in RTL mode Review URL: http://codereview.chromium.org/159026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20997 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/common/jstemplate_builder.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/common/jstemplate_builder.cc b/chrome/common/jstemplate_builder.cc index b47fed1..bb3a78f 100644 --- a/chrome/common/jstemplate_builder.cc +++ b/chrome/common/jstemplate_builder.cc @@ -108,7 +108,7 @@ void AppendI18nTemplateSourceHtml(std::string* output) { void AppendI18nTemplateProcessHtml(std::string* output) { output->append(""); } -- cgit v1.1