[ python-Bugs-899423 ] Duplicated <link rel="next"> in <head>
SourceForge.net
noreply at sourceforge.net
Wed Feb 18 03:37:11 EST 2004
Bugs item #899423, was opened at 2004-02-18 08:37
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=899423&group_id=5470
Category: Documentation
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Joseph Walton (josephw)
Assigned to: Nobody/Anonymous (nobody)
Summary: Duplicated <link rel="next"> in <head>
Initial Comment:
Many of the documentation's navigation links include
'rel="next"' twice. This confuses the Mozilla link
toolbar, resulting in a popup 'next' button with the
same document offered twice.
e.g., tut/node1.html:
...
<LINK REL="next" HREF="node2.html">
<LINK REL="prev" HREF="tut.html">
<LINK REL="parent" HREF="tut.html">
<LINK REL="next" HREF="node2.html">
...
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=899423&group_id=5470
More information about the Python-bugs-list
mailing list