diff options
-rw-r--r-- | extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl b/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl index 9b6e0ebd4..25f785a9d 100644 --- a/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl +++ b/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl @@ -167,7 +167,7 @@ %] <div id="field-value-bug_id"> <a id="this-bug" href="show_bug.cgi?id=[% bug.id FILTER none %] - [%~ '&format=' _ cgi.param("format") IF cgi.param("format") %]" + [%~ '&format=' _ cgi.param("format") FILTER uri IF cgi.param("format") %]" > [%~ terms.Bug _ " " _ bug.id FILTER none ~%] </a> |