• Resolved baga

    (@baga)


    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

    (@baga)

    No one else noticed that?

    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

    (@baga)

    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.