Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
typo3
qfq
Commits
9bf9022e
Commit
9bf9022e
authored
Sep 23, 2017
by
Carsten Rose
Browse files
Bug #4620 / Easy Fix: saveButtonText / closeButtonText Formatierung
parent
b5d0a87d
Changes
1
Hide whitespace changes
Inline
Side-by-side
extension/qfq/qfq/BuildFormBootstrap.php
View file @
9bf9022e
...
...
@@ -353,7 +353,7 @@ class BuildFormBootstrap extends AbstractBuildForm {
if
(
$icon
===
''
)
{
$element
=
$text
;
}
else
{
$element
=
"<span class='glyphicon
$icon
'>
$text
</span>
"
;
$element
=
"<span class='glyphicon
$icon
'></span>
"
.
$text
;
}
$class
=
Support
::
doAttribute
(
'class'
,
$class
);
...
...
Write
Preview
Supports
Markdown
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