@@ -257,7 +257,7 @@ |
||
257 | 257 | '#template' => '<strong>{{ label }}</strong>{{ settings_summary|raw }}', |
258 | 258 | '#context' => [ |
259 | 259 | 'label' => $formatter_instance->getPluginDefinition()['label'], |
260 | - 'settings_summary' => '<br>' . Xss::filter(!empty($result) ? implode(', ', $result) : ''), |
|
260 | + 'settings_summary' => '<br>'.Xss::filter(!empty($result) ? implode(', ', $result) : ''), |
|
261 | 261 | ], |
262 | 262 | ]; |
263 | 263 | } |