Fix unquoted values resulting in unclosed tag.
This commit is contained in:
@ -249,7 +249,7 @@ function build_all_page {
|
|||||||
count=0
|
count=0
|
||||||
fi
|
fi
|
||||||
if [[ $count == 0 ]]; then
|
if [[ $count == 0 ]]; then
|
||||||
echo -e "\t\t<div class=row text>" >> $allpage
|
echo -e "\t\t<div class='row text'>" >> $allpage
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Add a column.
|
# Add a column.
|
||||||
|
Reference in New Issue
Block a user