commit 4be234098b1b819290351b29d916d957ed661e13 Author: Joel Pittet Date: Mon Nov 10 16:05:37 2014 -0800 fix br tag diff --git a/core/modules/locale/src/Form/TranslateEditForm.php b/core/modules/locale/src/Form/TranslateEditForm.php index 8fe6f18..fc71263 100644 --- a/core/modules/locale/src/Form/TranslateEditForm.php +++ b/core/modules/locale/src/Form/TranslateEditForm.php @@ -99,7 +99,7 @@ public function buildForm(array $form, FormStateInterface $form_state) { if (!empty($string->context)) { $form['strings'][$string->lid]['original'][] = [ '#type' => 'inline_template', - '#template' => '
{{ context_title }}: {{ context }}', + '#template' => '
{{ context_title }}: {{ context }}', '#context' => [ 'context_title' => $this->t('In Context'), 'context' => $string->context,