Home » HTML » Pager » Bug #7072
Invalid XHTML markup
Details
| Submitted | 2006-03-09 12:17 UTC |
|---|---|
| From | anders at norrbring dot se |
| Assigned | quipo |
| Status | Bogus |
| Package | Pager |
| PHP Version | 4.3.3 |
| OS | Linux |
| Roadmaps | (Not assigned) |
Comments
[2006-03-09 12:17 UTC] anders at norrbring dot se
Description:
------------
The pager sends invalid XHMTL markup in return, <b> is valid, but <strong> is prefered.
But <u> is invalid in XHTML 1.1, and should be replaced.
Expected result:
----------------
<span style="text-decoration:underline"></span>
Actual result:
--------------
<u></u>
[2006-03-09 12:37 UTC] anders at norrbring dot se
I guess I just need to read more in files... I just found the 'curPageSpanPre' and 'curPageSpanPost' config parameters to set those tags myself.
Please invalidate bug.