Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 92809 - xmlguide not enough beautifying XML (since rev1.41)
Summary: xmlguide not enough beautifying XML (since rev1.41)
Status: RESOLVED WONTFIX
Alias: None
Product: [OLD] Docs-developer
Classification: Unclassified
Component: Documentation Guide (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Docs Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-16 10:36 UTC by Alexey Chumakov (RETIRED)
Modified: 2005-05-17 07:06 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 Alexey Chumakov (RETIRED) gentoo-dev 2005-05-16 10:36:07 UTC
cam has changed single to double quotes in the beginning of xml-guide rev 1.41.
However, he/she missed another couple of such quotes:
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE book SYSTEM "/dtd/book.dtd">

<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE sections SYSTEM "/dtd/book.dtd">

I think double quotes fit those, too.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Xavier Neys (RETIRED) gentoo-dev 2005-05-17 07:06:45 UTC
Using single or double quotes does not matter.