From 76a29dfddd54855c93acfa40dc4ac305c4d28568 Mon Sep 17 00:00:00 2001 From: Lightling <contact@lightling.xyz> Date: Tue, 9 Apr 2024 22:57:59 -0400 Subject: [PATCH] use correct dl/dt/dd for gallery list --- src/views/gallery/gallery-view.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/gallery/gallery-view.vue b/src/views/gallery/gallery-view.vue index af58c12..0becfa4 100644 --- a/src/views/gallery/gallery-view.vue +++ b/src/views/gallery/gallery-view.vue @@ -54,13 +54,13 @@ onMounted(async () => { ) .view-content p {{ title }} - .info + dl.info .info-entry( v-for='(field, key) in entry.fields' :class='key' ) - dl {{ key }} - dt {{ field }} + dt {{ key }} + dd {{ field }} EmbedableContent( :content='entry.description' )