From d111c112c3d4c79604cdb28c67cf74c141c6e8f6 Mon Sep 17 00:00:00 2001 From: dolik Date: Fri, 16 Dec 2011 18:43:15 +0000 Subject: [PATCH] .uppweb: language selector IE fix git-svn-id: svn://ultimatepp.org/upp/trunk@4313 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppbox/uppweb/www.cpp | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/uppbox/uppweb/www.cpp b/uppbox/uppweb/www.cpp index 0f6e1302b..e933f52f6 100644 --- a/uppbox/uppweb/www.cpp +++ b/uppbox/uppweb/www.cpp @@ -466,6 +466,8 @@ void ExportPage(int i) } } } + if(!jslang.IsEmpty()) + jslang.Trim(jslang.GetCount()-1); if (arrLangs.GetCount() > 0) { for (int i = 0; i < arrLangs.GetCount(); ++i) { if (i == arrLangs.GetCount()-1 && i != 0) @@ -573,12 +575,13 @@ void ExportPage(int i) footer ) ) - ) + Htmls(""); String topicTitle = tt.GetKey(i);