From a14c429d845d1aa1ca2b154d97a24f7b5deb849d Mon Sep 17 00:00:00 2001
From: Henning Leutz <leutz@pcsg.de>
Date: Wed, 6 Jul 2022 11:58:49 +0200
Subject: [PATCH] fix: quiqqer/package-bricks#135

---
 ajax/brick/templates/information.html | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/ajax/brick/templates/information.html b/ajax/brick/templates/information.html
index 9851077..cb2d150 100644
--- a/ajax/brick/templates/information.html
+++ b/ajax/brick/templates/information.html
@@ -38,7 +38,12 @@
                     <span class="field-container-item">
                         {locale group="quiqqer/bricks" var="brick.edit.type.title"}
                     </span>
-                    <input type="text" name="type" id="typeTitle" disabled="disabled" class="field-container-field"/>
+                    <input type="text"
+                           name="typeTitle"
+                           id="typeTitle"
+                           disabled="disabled"
+                           class="field-container-field"
+                    />
                 </label>
             </td>
         </tr>
-- 
GitLab