Skip to content
Snippets Groups Projects
Commit 4880fce4 authored by Kevin Ditscheid's avatar Kevin Ditscheid
Browse files

[BUGFIX] Add missing whitespace

parent d03025ac
No related branches found
No related tags found
1 merge request!8Feature upgrade to9 lts
......@@ -136,7 +136,7 @@ class TranslationLinksViewHelper extends AbstractViewHelper {
]);
}
$out .= '<a href="' . $link . '" title="'. $language['title'] . ' [' . $editLabel . ']" >'
$out .= ' <a href="' . $link . '" title="'. $language['title'] . ' [' . $editLabel . ']" >'
. $iconFactory->getIcon($language['flag'], Icon::SIZE_SMALL)->render()
. '</a>';
} else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment