diff options
author | Tiago Mello <timello@gmail.com> | 2011-02-16 18:41:08 +0100 |
---|---|---|
committer | Tiago Mello <timello@gmail.com> | 2011-02-16 18:41:08 +0100 |
commit | df836fe5273bb31271230be3871dc0061ab0bd8f (patch) | |
tree | d0a04cfa2b036f658e33a99d8a496bdc211392a9 /template | |
parent | 0b8a6e8c9f20e305bea22b2b24953601b0918dd4 (diff) | |
download | bugzilla-df836fe5273bb31271230be3871dc0061ab0bd8f.tar.gz bugzilla-df836fe5273bb31271230be3871dc0061ab0bd8f.tar.xz |
Bug 624522: Add support for SourceForge URLs in "see also"
r/a=mkanat
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index 9808cc0fc..47219e3d9 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -258,6 +258,7 @@ <li>An issue in a JIRA installation.</li> <li>A ticket in a Trac installation.</li> <li>A b[% %]ug in a MantisBT installation.</li> + <li>A b[% %]ug on sourceforge.net.</li> </ul> [% ELSIF reason == 'id' %] There is no valid [% terms.bug %] id in that URL. |