From 039fae8c7b3ae69549000fd5d0bf5c5ef7725ee8 Mon Sep 17 00:00:00 2001
From: Philipp Pospischil <philipp.pospischil@univie.ac.at>
Date: Sun, 13 Apr 2025 15:52:54 +0200
Subject: [PATCH] fix: AnkiDroid compatibility with class instead of ID

---
 back.html | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/back.html b/back.html
index 42f8e96..5c5c058 100644
--- a/back.html
+++ b/back.html
@@ -2,10 +2,8 @@
 
 <hr id="answer">
 
-<div id="kanji">{{Back}}</div>
-
-<div id="kanji-animation"></div>
+<div class="kanji">{{Back}}</div>
 
 <script type="module">
   import "./animation.js"
-</script>
+</script>
\ No newline at end of file
-- 
GitLab