From eafbb483c864449e081465f1656006191218a595 Mon Sep 17 00:00:00 2001 From: Michael <michael.danielczok@gmail.com> Date: Mon, 18 Apr 2016 16:11:10 +0200 Subject: [PATCH] =?UTF-8?q?Klasse=20f=C3=BCr=20Link=20Effekt=20(Image=20Ba?= =?UTF-8?q?ustein)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/QUI/Bricks/Controls/Image.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/QUI/Bricks/Controls/Image.html b/src/QUI/Bricks/Controls/Image.html index b370a93..1d18c70 100644 --- a/src/QUI/Bricks/Controls/Image.html +++ b/src/QUI/Bricks/Controls/Image.html @@ -3,7 +3,7 @@ <div class="content-body brick-image"> {if !$this->getAttribute('content') == ""} - <div class="grid-100 grid-parent brick-image-text"> + <div class="quiqqer-content grid-100 grid-parent brick-image-text"> {$this->getAttribute('content')} </div> {/if} -- GitLab