Description:Sometimes when pageNavigation is used and is long enough to wrap, "End" and ">>" will be on separate lines. The same is also true for "Next" and ">".
Reported on:1.0.10
Classification:[Q&T] Critical/High/Medium/Low/Enhancement
Affected functions:pageNavigation
Related files:includes/pageNavigation.php
Steps to replicate:Just create a blog with one item per screen, then create content until the pageNav wraps around to the next line.
Analysis:[Q&T] Confirmed/Unable to confirm/Rejected
Any other comments
Proposed fix(es):Change the Space used in pageNavigation to a nonbreaking space. Code Below.
File: includes/pageNavigation.php
Line: 1111
Change:
Code:
if (_PN_LT || _PN_RT) $pnSpace = " ";
...to...
Code:
if (_PN_LT || _PN_RT) $pnSpace = " ";
Topic / Artifact ID:N/A
System info:Irrelevant