Merge branch 'lars' into 'master'

Lars

See merge request !187
This commit was merged in pull request #191.
This commit is contained in:
Lars van Hijfte
2017-02-02 14:27:49 +01:00
4 changed files with 15 additions and 12 deletions

View File

@@ -31,7 +31,7 @@ function fancyText(text) {
}
// Add links
else {
return "<a href='" + link + "'>" + link + "</a>";
return "<a href='" + link + "' target='_blank'>" + link + "</a>";
}
});