diff options
-rw-r--r-- | template/en/default/list/list.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/list/list.html.tmpl b/template/en/default/list/list.html.tmpl index 57775ba50..803396cd0 100644 --- a/template/en/default/list/list.html.tmpl +++ b/template/en/default/list/list.html.tmpl @@ -226,7 +226,7 @@ </tr> </table> -[% IF cgi.param('product').size == 1 %] +[% IF cgi.param('product').size == 1 && cgi.param('product') != "" %] <p> <a href="enter_bug.cgi?product=[% cgi.param('product') FILTER url_quote %]">Fill a new [% terms.bug %] in the "[% cgi.param('product') FILTER html %]" product</a> |