From 703bd32b93f6d8b3f6616da874848198805fd28b Mon Sep 17 00:00:00 2001 From: Michael <michael.danielczok@gmail.com> Date: Wed, 11 Nov 2015 08:48:12 +0100 Subject: [PATCH] Issue #20 - Bitte einen Bilder-Baustein erstellen. --- lib/QUI/Bricks/Controls/Image.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/QUI/Bricks/Controls/Image.html b/lib/QUI/Bricks/Controls/Image.html index b6b297f..05b13bb 100644 --- a/lib/QUI/Bricks/Controls/Image.html +++ b/lib/QUI/Bricks/Controls/Image.html @@ -1,6 +1,6 @@ {assign var=img value=$brickImage} {assign var=link value=$brickLink} -<section class="content-body grid-100 mobile-grid-100 grid-parent brick-image"> +<dev class="content-body grid-100 mobile-grid-100 grid-parent brick-image"> {$this->getAttribute('content')} @@ -14,4 +14,4 @@ </a> {/if} -</section> \ No newline at end of file +</dev> \ No newline at end of file -- GitLab