_cleanup: Typo

This commit is contained in:
Stig-Ørjan Smelror 2024-02-02 17:17:37 +01:00
parent 8c2c63c986
commit 32ca0ed4d9

5
qsgen2
View File

@ -855,8 +855,9 @@ function _cleanup() {
-e "s|¤||g" \
-e "s|#showimg\ ||g" \
-e "s|#ytvideo\ ||g" \
-e "s|#link\ ||g") \
-e "s|BLOGINDEX\ ||g")
-e "s|#link\ ||g" \
-e "s|BLOGINDEX\ ||g" \
)
# Return the cleaned content
echo "${cleaned_content}"