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);