Comment 0 for bug 1291537

Revision history for this message
Jason Stephenson (jstephenson) wrote :

Evergreen: master as of 2040311
OpenSRF: N/A
PostgreSQL: N/A

While working on a local record summary customization, I noticed that the span containing the pubdate is not nested within the rdetail_value span of the rdetail_publisher list item, <li>. It looks to me like it should be for a number of reasons:

1. The other spans are all nested that way.
2. pubdate is part of the publisher information.
3. The code is indented as if it were nested that way.
4. It is really obvious if you View Source on a record details page.

This is really minor as it doesn't affect functionality. It might affect appearance if someone has customized their css for the rdetail_value class.

I'll throw up a branch after I get the lp bug number.