Extra paragraph closings in ytsl blocks
-
After upgrading to YTSL 0.4 pagagraph closing </p> tags appear inside ytsl divs. Like this
<div class="ytsl-title_grad"> <div itemprop="name" class="ytsl-title_text">My funny video title</div> </p> </div>
Tested with php 5.3 and 5.6.
Hotfixed by putting on a single line (removed wraps) starting at line 175 of main plugin src
$html == ...
to$wrap_end
at line 189 of original file
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Extra paragraph closings in ytsl blocks’ is closed to new replies.