diff options
author | Tommy Reynolds <Tommy.Reynolds@MegaCoder.com> | 2006-02-25 20:29:12 +0000 |
---|---|---|
committer | Tommy Reynolds <Tommy.Reynolds@MegaCoder.com> | 2006-02-25 20:29:12 +0000 |
commit | 2b7aded20eea8f5d4dfe9e22f3d77132a0b66bf4 (patch) | |
tree | 7b548bf7f362813c2e1f0f1d87a4de66f0828934 /common/entities/entities-en.xml | |
parent | 760927191338d0cfdda7edd369dd12d35941cd07 (diff) | |
download | fedora-doc-utils-2b7aded20eea8f5d4dfe9e22f3d77132a0b66bf4.tar.gz fedora-doc-utils-2b7aded20eea8f5d4dfe9e22f3d77132a0b66bf4.tar.xz fedora-doc-utils-2b7aded20eea8f5d4dfe9e22f3d77132a0b66bf4.zip |
Added <ulink url="foo"/> construct to avoid all that hideous escaping
and ampersanding when entering a URL. Note that we only support the
EMPTY content model of the <ulink/> element because it renders
consistently with current practice.
Diffstat (limited to 'common/entities/entities-en.xml')
-rw-r--r-- | common/entities/entities-en.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/common/entities/entities-en.xml b/common/entities/entities-en.xml index e474486..757bc8a 100644 --- a/common/entities/entities-en.xml +++ b/common/entities/entities-en.xml @@ -52,11 +52,11 @@ </entity> <entity name="FP-URL"> <comment>Fedora Docs Project URL</comment> - <text><unlink url='http://fedora.redhat.com/projects/docs/'/></text> + <text><ulink url="http://fedora.redhat.com/projects/docs/"/></text> </entity> <entity name="FDPDOCS-UTL"> <comment>Fedora Documentation (repository) URL</comment> - <text><ulink url='http://fedora.redhat.com/docs'></text> + <text><ulink url="http://fedora.redhat.com/docs/"/></text> </entity> <entity name="BZ"> <comment>Bugzilla</comment> @@ -64,7 +64,7 @@ </entity> <entity name="BZ-URL"> <comment>Bugzilla URL</comment> - <text><ulink url='http://bugzilla.redhat.com/'></text> + <text><ulink url="http://bugzilla.redhat.com"/></text> </entity> <entity name="BZ-PROD"> <comment>Bugzilla product for Fedora Docs</comment> @@ -164,11 +164,11 @@ <group name="Tutorial URL's"> <entity name="IG-URL"> <comment/> - <text><ulink url='http://fedora.redhat.com/docs/fedora-install-guide-en/'></text> + <text><ulink url="http://fedora.redhat.com/docs/fedora-install-guide-en/"/></text> </entity> <entity name="DOCG-URL"> <comment/> - <text><unlink url='http://fedora.redhat.com/participate/documentation-guide/'></text> + <text><ulink url="http://fedora.redhat.com/participate/documentation-guide/"/></text> </entity> </group> <group name="Status notices"> |