CoreCommunity ExtensionsIncubatorDistributionsTYPO3 4.5 ProjectsTYPO3 4.6 ProjectsTYPO3 4.7 ProjectsTYPO3 6.0 ProjectsTYPO3 6.1 ProjectsTYPO3 6.2 Projects (+)

Bug #5073

Problems with DIVs

Added by Eirik Wulff over 3 years ago. Updated over 2 years ago.

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'] .= '&lt;/div&gt;&lt;class="kett_float_clean"&gt; &lt;/div&gt;';

Should be:

$wrapper['browseLinksWrap'] .= '&lt;/div&gt;&lt;div class="kett_float_clean"&gt; &lt;/div&gt;';

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

Also available in: Atom PDF