Skip to content
GitLab
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
b5ad6ddf
Commit
b5ad6ddf
authored
Feb 09, 2018
by
Elias Villiger
Browse files
Bug #5382 - Double quotes in tooltips are now escaped with "
parent
2393562a
Changes
1
Hide whitespace changes
Inline
Side-by-side
extension/qfq/qfq/helper/Support.php
View file @
b5ad6ddf
...
...
@@ -153,10 +153,10 @@ class Support {
* @param bool $flagOmitEmpty
* @param string $modeEscape
*
* @return string correctly fo
m
ratted attribute. Space at the end.
* @return string correctly for
m
atted attribute. Space at the end.
* @throws CodeException
*/
public
static
function
doAttribute
(
$type
,
$value
,
$flagOmitEmpty
=
true
,
$modeEscape
=
ESCAPE_WITH_
BACKSLASH
)
{
public
static
function
doAttribute
(
$type
,
$value
,
$flagOmitEmpty
=
true
,
$modeEscape
=
ESCAPE_WITH_
HTML_QUOTE
)
{
// several attributes might be given as an array - concat to a string
if
(
is_array
(
$value
))
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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