diff options
Diffstat (limited to 'extensions/MozReview')
-rw-r--r-- | extensions/MozReview/template/en/default/hook/attachment/edit-view.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/MozReview/template/en/default/hook/attachment/edit-view.html.tmpl b/extensions/MozReview/template/en/default/hook/attachment/edit-view.html.tmpl index 571d69b50..044c36ae9 100644 --- a/extensions/MozReview/template/en/default/hook/attachment/edit-view.html.tmpl +++ b/extensions/MozReview/template/en/default/hook/attachment/edit-view.html.tmpl @@ -12,5 +12,5 @@ url = attachment.data; %] <h3> - <a href="[% url FILTER none %]" title="[% url FILTER html %]">Show review on MozReview</a><br> + <a href="[% url FILTER html %]" title="[% url FILTER html %]">Show review on MozReview</a><br> </h3> |