Skip to content
Snippets Groups Projects
Commit 3f3021ae authored by Ghislain Loas's avatar Ghislain Loas
Browse files

dev #71664 add target blank to tagPreview

parent 132b4148
Branches
Tags
2 merge requests!2507Dev#71664 prettyphoto ko,!2500Dev#71664 prettyphoto ko
Pipeline #3484 failed with stage
in 14 minutes and 33 seconds
......@@ -28,6 +28,7 @@ class ZendAfi_View_Helper_TagPreview extends ZendAfi_View_Helper_BaseHelper {
return $this->view->tagAnchor($url,
$icon,
['title' => $title]);
['title' => $title,
'target' => '_blank']);
}
}
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment