Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
project
drupal
Commits
1d1ff757
Commit
1d1ff757
authored
Aug 12, 2014
by
alexpott
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue
#2315607
by pingers: Fixed "Place blocks" h3 tags are escaped.
parent
ad64eddb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
core/modules/block/src/BlockListBuilder.php
core/modules/block/src/BlockListBuilder.php
+1
-1
No files found.
core/modules/block/src/BlockListBuilder.php
View file @
1d1ff757
...
...
@@ -309,7 +309,7 @@ public function buildForm(array $form, FormStateInterface $form_state) {
$form
[
'place_blocks'
][
'title'
]
=
array
(
'#type'
=>
'container'
,
'#
children
'
=>
'<h3>'
.
t
(
'Place blocks'
)
.
'</h3>'
,
'#
markup
'
=>
'<h3>'
.
t
(
'Place blocks'
)
.
'</h3>'
,
'#attributes'
=>
array
(
'class'
=>
array
(
'entity-meta-header'
,
...
...
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