_html: Remove perl option -0777

This commit is contained in:
Stig-Ørjan Smelror 2024-02-01 11:37:17 +01:00
parent 55e4ff6972
commit 3dafd10f0f

2
qsgen2
View File

@ -803,7 +803,7 @@ function _html() {
if ${debug}; then _msg debug "_html: Converting QStags in content"; fi if ${debug}; then _msg debug "_html: Converting QStags in content"; fi
# Convert QStags to HTML using Perl, strictly matching the QStags list # Convert QStags to HTML using Perl, strictly matching the QStags list
local html_content=$(echo "${content}" | perl -0777 -pe ' local html_content=$(echo "${content}" | perl -pe '
BEGIN { BEGIN {
# Define a hash of QStags to their HTML equivalents # Define a hash of QStags to their HTML equivalents
%qstags = ( %qstags = (