From 1cb085df09206dc1894d62b56f91ccd2330044dd Mon Sep 17 00:00:00 2001
From: Lukas Ruge <tvluke@chaotikum.org>
Date: Sat, 19 Mar 2022 15:48:45 +0000
Subject: [PATCH] Update test.md

---
 test.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/test.md b/test.md
index d796eadb..7be2dd63 100644
--- a/test.md
+++ b/test.md
@@ -8,12 +8,12 @@ feature_image: "https://wiki.chaotikum.org/_media/hackerspace:nbsp:ima_9982022.j
 
 Hier ist ein test, wie ein widget vom pretix in eine seite eingebunden werden kann.
 
-<pretix-widget event="https://pretix.chaotikum.org/chaotikum/10jahre/"></pretix-widget>
+<div class="pretix-widget-compat" event="https://pretix.chaotikum.org/chaotikum/10jahre/"></div>
 <noscript>
    <div class="pretix-widget">
         <div class="pretix-widget-info-message">
-            JavaScript is disabled in your browser. To access our ticket shop without JavaScript, please <a target="_blank" rel="noopener" href="https://pretix.chaotikum.org/chaotikum/10jahre/">click here</a>.
-        </div>
+                JavaScript is disabled in your browser. To access our ticket shop without JavaScript, please <a target="_blank" rel="noopener" href="https://pretix.chaotikum.org/chaotikum/10jahre/">click here</a>.
+                </div>
     </div>
 </noscript>
 
-- 
GitLab