Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 251564 - /main/en/shots.xml: incomplete attribute "link" in tag <guide>
Summary: /main/en/shots.xml: incomplete attribute "link" in tag <guide>
Status: RESOLVED FIXED
Alias: None
Product: [OLD] Docs on www.gentoo.org
Classification: Unclassified
Component: Other documents (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Docs Team
URL: http://www.gentoo.org/main/en/shots.x...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-18 22:20 UTC by Chema
Modified: 2008-12-18 22:28 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chema 2008-12-18 22:20:33 UTC
I think the <guide> tag of this document should be:
<guide link="/main/en/shots.xml">
instead of:
<guide link="shots.xml">


Reproducible: Always

Steps to Reproduce:
1.Visit http://www.gentoo.org/main/en/shots.xml?passthru
2.Check <guide> tag
3.

Actual Results:  
<guide link="shots.xml">

Expected Results:  
<guide link="/main/en/shots.xml">
Comment 1 Xavier Neys (RETIRED) gentoo-dev 2008-12-18 22:28:48 UTC
Attribute is not used on www.g.o and using filename only is not a bug.
Removed attribute.