Ticket #67 (closed defect: fixed)
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
Note: See
TracTickets for help on using
tickets.

Fixed by [311] thanks