Send more output to /dev/null

This commit is contained in:
Stig-Ørjan Smelror 2024-01-29 23:38:02 +01:00
parent 4543f9ad78
commit 9e7dda541b

3
qsgen2
View File

@ -691,7 +691,8 @@ function _html() {
-e "s|\#EH6|</h6>\n|g" \
-e "s|\#LT|\&lt;|g" \
-e "s|\#GT|\&gt;|g" \
-e "s|\#NUM|\&num;|g"
-e "s|\#NUM|\&num;|g" \
> /dev/null
}