From e1fe7fb4df5f2fae70d68742fb69b7999600d109 Mon Sep 17 00:00:00 2001 From: Axi Date: Thu, 22 Sep 2016 15:44:08 +0200 Subject: [PATCH] Fix displaying wrapper option in module settings and on module translation page --- src/contentbox.php | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/contentbox.php b/src/contentbox.php index 56ee917..5f325b8 100644 --- a/src/contentbox.php +++ b/src/contentbox.php @@ -422,52 +422,52 @@ public function displayForm() ), array( 'value' => 'div', - 'text' => $this->l('
'), + 'text' => $this->l('<div>'), ), array( 'value' => 'article', - 'text' => $this->l('
'), + 'text' => $this->l('<article>'), ), array( 'value' => 'blockquote', - 'text' => $this->l('
'), + 'text' => $this->l('<blockquote>'), ), array( 'value' => 'figure', - 'text' => $this->l('
'), + 'text' => $this->l('<figure>'), ), array( 'value' => 'footer', - 'text' => $this->l('