Ticket #67 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

xhtml error generated with ul list option

Reported by: datapharmer Owned by: ofer
Priority: minor Milestone: 0.5 - Beta wordpress plugin
Component: WordPress Plugin Version: 0.3.7
Keywords: ul, li, list, widget Cc:

Description

lines 217 and 218 in transposh_widget.php should be flipped to avoid closing the list inside the form when it was opened outside the form
The lines should read:

        echo "</form>";
        if ($this->transposh->options->get_widget_in_list()) echo "</li></ul>";

Change History

comment:1 Changed 2 years ago by ofer

  • Status changed from new to closed
  • Resolution set to fixed

Fixed by [311] thanks

Note: See TracTickets for help on using tickets.