diff options
Diffstat (limited to 'extensions/MyDashboard/web')
-rw-r--r-- | extensions/MyDashboard/web/js/flags.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/MyDashboard/web/js/flags.js b/extensions/MyDashboard/web/js/flags.js index 9980c00fb..9c4da50dc 100644 --- a/extensions/MyDashboard/web/js/flags.js +++ b/extensions/MyDashboard/web/js/flags.js @@ -98,7 +98,7 @@ YUI({ (MyDashboard.splinter_base.indexOf('?') == -1 ? '?' : '&') + 'bug=' + encodeURIComponent(o.data.bug_id) + '&attachment=' + encodeURIComponent(o.data.attach_id) + - '" title="Review this patch">' + + '" target="_blank" title="Review this patch">' + Y.Escape.html(o.value) + '</a>'; } else { |