Fix a small bug.

This commit is contained in:
Jacob 2024-05-24 22:45:56 +02:00
parent 26ee35f795
commit 5f2525827d

View file

@ -390,7 +390,7 @@ function convertMarkdownToHTML($contents) {
$tags_sep = "";
}
if ($date != "" && $authors == "") {
if ($date != "" && $authors == "" && $tags != "") {
$date_sep = "";
}