Fix syntax error preventing page from running.
This commit is contained in:
parent
b35856fa88
commit
474c258a83
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user