Bug #5073
Problems with DIVs
| Status: | Accepted | Start date: | 2009-10-21 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Christian Buelter | % Done: | 0% |
|
| Category: | Plugin pi1 | |||
| Target version: | - | |||
| Votes: | 0 |
Description
Hello,
It seems like the main page (list view) of the plugin inserts an extra </div> in the generated HTML, right before the </div> tag for the plugin itself, it seems. This has some recursions for the HTML design on the page, as you might imagine...
History
Updated by Eirik Wulff over 3 years ago
The problem seems to be located in the browsebox part of the extension.
Updated by Eirik Wulff over 3 years ago
Got it! The bug is in line 3027 in class.tx_ketroubletickets_pi1.php:
$wrapper['browseLinksWrap'] .= '</div><class="kett_float_clean"> </div>';
Should be:
$wrapper['browseLinksWrap'] .= '</div><div class="kett_float_clean"> </div>';Updated by Christian Buelter over 3 years ago
- Status changed from New to Accepted
- Assignee set to Christos K.
Updated by Christian Buelter over 3 years ago
- Assignee changed from Christos K. to Christian Buelter
Updated by Christian Buelter over 3 years ago
- Category set to Plugin pi1
fixed in SVN
will be in next version