#9073 finished front

This commit is contained in:
Daniel Cebrian 2023-02-14 11:32:43 +01:00
parent bdd6d2bb15
commit 9f01a302c5
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ $output .= $text;
$output .= '</p>';
if (empty($url) === false && $url !== '') {
$output .= '<a href="'.$url.'" id="url_tip">'.__('See more info').'<span class="arrow_tips">→</span></a>';
$output .= '<a href="'.$url.'" target="_blank" id="url_tip">'.__('See more info').'<span class="arrow_tips">→</span></a>';
}
$output .= '</div>';