Can't echo a filename and expect its content
This commit is contained in:
parent
e9e453e586
commit
eb8c960043
2
qsgen2
2
qsgen2
@ -648,7 +648,7 @@ function _html() {
|
|||||||
local debug=true
|
local debug=true
|
||||||
if (${debug}) echo "${red}_html: Generating HTML for ${1}${end}"
|
if (${debug}) echo "${red}_html: Generating HTML for ${1}${end}"
|
||||||
|
|
||||||
echo ${1} | sed \
|
cat ${1} | sed \
|
||||||
-e "s|\#BR|<br/>\n|g" \
|
-e "s|\#BR|<br/>\n|g" \
|
||||||
-e "s|\#BD|<b>|g" \
|
-e "s|\#BD|<b>|g" \
|
||||||
-e "s|\#EBD|</b>|g" \
|
-e "s|\#EBD|</b>|g" \
|
||||||
|
Loading…
Reference in New Issue
Block a user