Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
bibliossimo
opacce
Commits
3f3021ae
Commit
3f3021ae
authored
Feb 16, 2018
by
Ghislain Loas
Browse files
dev #71664 add target blank to tagPreview
parent
132b4148
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
library/ZendAfi/View/Helper/TagPreview.php
library/ZendAfi/View/Helper/TagPreview.php
+2
-1
No files found.
library/ZendAfi/View/Helper/TagPreview.php
View file @
3f3021ae
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment