_html: Remove perl option -0777
This commit is contained in:
parent
55e4ff6972
commit
3dafd10f0f
2
qsgen2
2
qsgen2
@ -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 = (
|
||||||
|
Loading…
Reference in New Issue
Block a user