Fix silly typo
This commit is contained in:
parent
53e2558563
commit
7a941d9c09
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
||||||
* @see template_preprocess_block()
|
* @see template_preprocess_block()
|
||||||
*/
|
*/
|
||||||
#}
|
#}
|
||||||
<section {{ attributes }}.addClass('section'>
|
<section {{ attributes.addClass('section') }}>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="frow content">
|
<div class="frow content">
|
||||||
<div class="flow_full">
|
<div class="flow_full">
|
||||||
|
|
Loading…
Reference in a new issue