Fix missing closing div tags in CMS editor templates

This commit is contained in:
Torsten Schulz (local)
2025-10-22 12:28:41 +02:00
parent bc3b5b53f5
commit 743eb7c800
3 changed files with 3 additions and 0 deletions

View File

@@ -36,6 +36,7 @@
</div>
</div>
</div>
</div>
</template>
<script setup>

View File

@@ -36,6 +36,7 @@
</div>
</div>
</div>
</div>
</template>
<script setup>

View File

@@ -36,6 +36,7 @@
</div>
</div>
</div>
</div>
</template>
<script setup>