Minor bug fix

This commit is contained in:
Stig-Ørjan Smelror 2024-01-29 21:49:46 +01:00
parent b43f59847b
commit dde648c656

2
qsgen2
View File

@ -353,7 +353,7 @@ function _pages() {
# Always use lowercase for file names
pages_title_lower=$( _file_to_lower "${page_title}" )
echo "${pages_tpl}" > ${www_root}/${pages_title_lower%.}.html
echo "${pages_tpl}" > ${www_root}/${pages_title_lower%.*}.html
done
fi