Title: 2.5.21 html problem
Last modified: August 20, 2016

---

# 2.5.21 html problem

 *  Resolved [baga](https://wordpress.org/support/users/baga/)
 * (@baga)
 * [15 years ago](https://wordpress.org/support/topic/2521-html-problem/)
 * I upgraded the plugin to version 2.5.21 but there is a problem in the html code.
   
   Before upgrading (2.5.20):
 * `<ul class="qtrans_language_chooser" id="qtranslate-chooser"><li class="active"
   >`
 * After the upgrade:
 * `<ul class="qtrans_language_chooser" id="qtranslate-chooser"><li class=lang-it
   active>`
 * The “” after the class are missing.

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Thread Starter [baga](https://wordpress.org/support/users/baga/)
 * (@baga)
 * [15 years ago](https://wordpress.org/support/topic/2521-html-problem/#post-2115813)
 * No one else noticed that?
 *  [patrac64](https://wordpress.org/support/users/patrac64/)
 * (@patrac64)
 * [14 years, 12 months ago](https://wordpress.org/support/topic/2521-html-problem/#post-2115817)
 * Change in the line #85 in the “qtranslate_widget.php”
 * echo ‘<li class=’. implode(‘ ‘, $classes) .’><a href=”‘.
 * for:
 * echo ‘<li class=”‘. implode(‘ ‘, $classes) .'”><a href=”‘.
 *  Thread Starter [baga](https://wordpress.org/support/users/baga/)
 * (@baga)
 * [14 years, 12 months ago](https://wordpress.org/support/topic/2521-html-problem/#post-2115819)
 * Thanks a lot for your suggestion!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘2.5.21 html problem’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/qtranslate.svg)
 * [qTranslate](https://wordpress.org/plugins/qtranslate/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/qtranslate/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/qtranslate/)
 * [Active Topics](https://wordpress.org/support/plugin/qtranslate/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/qtranslate/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/qtranslate/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [baga](https://wordpress.org/support/users/baga/)
 * Last activity: [14 years, 12 months ago](https://wordpress.org/support/topic/2521-html-problem/#post-2115819)
 * Status: resolved