@@ -41,7 +41,7 @@ discard block |
||
41 | 41 | } |
42 | 42 | |
43 | 43 | // Append the prefix before buildRegions. |
44 | - $build['landing-top']['#prefix'] = '<div class="landing-display-' . $class . ' container-fluid">'; |
|
44 | + $build['landing-top']['#prefix'] = '<div class="landing-display-'.$class.' container-fluid">'; |
|
45 | 45 | |
46 | 46 | // Build the regions via PageBlockDisplayVariant::buildRegions. |
47 | 47 | $build = parent::buildRegions($build); |
@@ -52,7 +52,7 @@ discard block |
||
52 | 52 | continue; |
53 | 53 | } |
54 | 54 | $region_name = Html::getClass("block-region-$region"); |
55 | - $build[$region]['#prefix'] = '<div class="' . $region_name . ' row">'; |
|
55 | + $build[$region]['#prefix'] = '<div class="'.$region_name.' row">'; |
|
56 | 56 | } |
57 | 57 | |
58 | 58 | // Add suffix for wrapper after buildRegions. |