Fix syntax error preventing page from running.

This commit is contained in:
Hyperling 2025-05-26 15:24:40 -07:00
parent b35856fa88
commit 474c258a83

View File

@ -207,7 +207,7 @@ function build_all_page {
media="${media}<source src='/$media_file' type=video/mp4>"
media="${media}Your browser does not support videos."
media="${media}</video>"
elif [[ $media_name == *".md" || $media_name == *".txt"]]; then
elif [[ $media_name == *".md" || $media_name == *".txt" ]]; then
media="<p>`cat $media_file`</p>"
fi