diff --git a/common/script/public/directives.js b/common/script/public/directives.js index 2af15ff070..5662014e39 100644 --- a/common/script/public/directives.js +++ b/common/script/public/directives.js @@ -145,7 +145,7 @@ return function(input){ var html = md.toHtml(input); - html = html.replace(' href',' target="_self" href'); + html = html.replace(' href',' target="_blank" href'); return html; };