PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » HTML » Pager » Bug #7072

Invalid XHTML markup

Details

Submitted2006-03-09 12:17 UTC
Fromanders at norrbring dot se
Assignedquipo
StatusBogus
PackagePager
PHP Version4.3.3
OSLinux
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.