diff options
author | myk%mozilla.org <> | 2008-04-04 13:47:42 +0200 |
---|---|---|
committer | myk%mozilla.org <> | 2008-04-04 13:47:42 +0200 |
commit | fd6c6edb9fc81a9928cf66a0213912cf862ba664 (patch) | |
tree | 63b613375621b81eea913743bdeef7b77f9b7182 /docs | |
parent | 82f8e5183add03212384c80d25f7b79e28d6ebef (diff) | |
download | bugzilla-fd6c6edb9fc81a9928cf66a0213912cf862ba664.tar.gz bugzilla-fd6c6edb9fc81a9928cf66a0213912cf862ba664.tar.xz |
fixing incorrect ulink attribute (href should be url)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/en/xml/customization.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/en/xml/customization.xml b/docs/en/xml/customization.xml index 86cbacd8f..1bc2b97ee 100644 --- a/docs/en/xml/customization.xml +++ b/docs/en/xml/customization.xml @@ -356,7 +356,7 @@ <para> If there is no hook at the appropriate place within the Bugzilla template you want to extend, - <ulink href="http://bugzilla.mozilla.org/enter_bug.cgi?product=Bugzilla&component=User%20Interface">file + <ulink url="http://bugzilla.mozilla.org/enter_bug.cgi?product=Bugzilla&component=User%20Interface">file a bug requesting one</ulink>, specifying: </para> |