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('