summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f8a5c8cad9..9a2a955966 100644
--- a/Makefile
+++ b/Makefile
@@ -288,6 +288,7 @@ web-manpages: $(WEB_MANPAGES)
gsub(/<\/h1>/, "</h2>", line); \
gsub(/class="D1"/, "class=\"D1 lang-bash\"", line); \
gsub(/class="Bd Bd-indent"/, "class=\"Bd Bd-indent lang-bash\"", line); \
+ gsub(/&#[xX]201[cCdD];/, "\\&quot;", line); \
print line; \
} } \
' > "$@"