fix html spec violation div inside p

This commit is contained in:
OCram85 2024-10-22 15:06:17 +02:00
parent 2efb73cd04
commit 49b025cf78

View File

@ -71,7 +71,7 @@ const authorURL = computed(() => {
<Badge :text="normTag" type="tip" />
</div>
<h3>{{ normTitle }}</h3>
<p class="acredits">by <a class="author" :href="authorURL" target="_blank">{{ author }}</a> on <div class="date">{{ date}}</div></p>
<p class="acredits">by <a class="author" :href="authorURL" target="_blank">{{ author }}</a> on </p> <p class="acredits date">{{ date}}</p>
<a class="url" :href="url">Read More</a>
</div>
</article>