Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
832c2864
Commit
832c2864
authored
Dec 19, 2011
by
Nathaniel Catchpole
Browse files
Issue
#1363358
by David_Rothstein: Fixed Shortcut set titles are double-escaped with check_plain().
parent
aa44116f
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/modules/shortcut/shortcut.module
View file @
832c2864
...
...
@@ -744,6 +744,6 @@ function shortcut_toolbar_pre_render($toolbar) {
* shortcut_set_load().
*/
function
shortcut_set_title
(
$shortcut_set
)
{
return
check_plain
(
$shortcut_set
->
title
)
;
return
$shortcut_set
->
title
;
}
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