More changes to _html
This commit is contained in:
parent
b28da0bcdd
commit
b2591150a3
6
qsgen2
6
qsgen2
@ -641,7 +641,8 @@ function _html() {
|
||||
local debug=true
|
||||
if (${debug}) echo "${red}_html: Generating HTML for ${1}${end}"
|
||||
|
||||
sed -i -- "s|\#BR|<br/>\n|g" \
|
||||
echo ${1} | sed \
|
||||
-e "s|\#BR|<br/>\n|g" \
|
||||
-e "s|\#BD|<b>|g" \
|
||||
-e "s|\#EBD|</b>|g" \
|
||||
-e "s|\#UN|<u>|g" \
|
||||
@ -679,8 +680,7 @@ function _html() {
|
||||
-e "s|\#EH6|</h6>\n|g" \
|
||||
-e "s|\#LT|\<|g" \
|
||||
-e "s|\#GT|\>|g" \
|
||||
-e "s|\#NUM|\#|g" \
|
||||
${1}
|
||||
-e "s|\#NUM|\#|g"
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user