$print[content] includes a heading (H2.node-title) which is rendered as an anchor to the node itself. This heading gets a footnote, and its URL is included in the links list at the bottom; even when it's identical to the source URL.

Either way, I don't think it makes much sense that the heading is rendered as an anchor in the first place.

Comments

jcnventura’s picture

Status: Active » Postponed (maintainer needs more info)

I think this depends a lot on your theme. Most themes show the title as h1, and do not display the title as a h2 + URL when displaying the node in full page. This is also the default page.tpl.php and node.tpl.php behavior.

The print module will usually render what Drupal decides to render with the active theme, so if it is normally an anchor it will also be an anchor in the PF view.

Or is this about something else?

jcnventura’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)

No further info in more than two weeks. Closing the issue.