diff options
author | Dexter Morgan <dmorgan@mageia.org> | 2013-02-20 23:04:01 +0000 |
---|---|---|
committer | Colin Guthrie <colin@mageia.org> | 2014-09-15 20:44:40 +0100 |
commit | 47d31a6e250ee6bd13764186f3f3d29ebcdf915d (patch) | |
tree | 6d60cdf557a4f6a0c8e9ca35b3255ed483b9a3ea /template/en/default/bug | |
parent | c25e6c81a0fee80194a452672076158f70e10674 (diff) | |
download | bugzilla-47d31a6e250ee6bd13764186f3f3d29ebcdf915d.tar bugzilla-47d31a6e250ee6bd13764186f3f3d29ebcdf915d.tar.gz bugzilla-47d31a6e250ee6bd13764186f3f3d29ebcdf915d.tar.bz2 bugzilla-47d31a6e250ee6bd13764186f3f3d29ebcdf915d.tar.xz bugzilla-47d31a6e250ee6bd13764186f3f3d29ebcdf915d.zip |
Adapt to new API
Diffstat (limited to 'template/en/default/bug')
-rw-r--r-- | template/en/default/bug/create/create-guided.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/bug/create/create-guided.html.tmpl b/template/en/default/bug/create/create-guided.html.tmpl index bee5f01..19e7ba0 100644 --- a/template/en/default/bug/create/create-guided.html.tmpl +++ b/template/en/default/bug/create/create-guided.html.tmpl @@ -221,7 +221,7 @@ function onChangePackage(input_obj) { To pick the right component, you could use the same one as similar [% terms.bugs %] you found in your search, or read the full list of <a target="_blank" href="describecomponents.cgi?product= - [% product.name FILTER url_quote %]">component + [% product.name FILTER uri %]">component descriptions</a> (opens in new window) if you need more help. </p> </td> |