Adding more debug info
This commit is contained in:
parent
6b0644442e
commit
8ccc2d92d4
3
qsgen2
3
qsgen2
@ -318,6 +318,9 @@ function _pages() {
|
|||||||
if (${debug}) echo "_pages: Removing #title line from page_content"
|
if (${debug}) echo "_pages: Removing #title line from page_content"
|
||||||
page_content=$( echo ${page_content} | grep -v \#title )
|
page_content=$( echo ${page_content} | grep -v \#title )
|
||||||
|
|
||||||
|
echo "${page_content}"
|
||||||
|
exit
|
||||||
|
|
||||||
# HTML'ify the page content
|
# HTML'ify the page content
|
||||||
if (${debug}) echo "_pages: Running engine on ${pages_in_array}"
|
if (${debug}) echo "_pages: Running engine on ${pages_in_array}"
|
||||||
page_content=$( ${engine} ${page_content} )
|
page_content=$( ${engine} ${page_content} )
|
||||||
|
Loading…
Reference in New Issue
Block a user