[Plugin: Multi-page Toolkit] Bug in “View All” spacing in “Page Numbers” Quick Jump
-
The bug seems to be on line 244 (I’m 99% sure that’s the line… I did modify a few things to suit my taste)… there’s no space before “View All,” so it runs into the last page number. It was just a simple matter of inserting a space between the quote and the first angle bracket in the anchor tag:
Line 244:
else $output .= '<a class="contentjumpall"
Should be:
else $output .= ' <a class="contentjumpall"
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘[Plugin: Multi-page Toolkit] Bug in “View All” spacing in “Page Numbers” Quick Jump’ is closed to new replies.