We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 651de54 + 0daefd7 commit 97a08d2Copy full SHA for 97a08d2
Makefile
@@ -288,6 +288,7 @@ web-manpages: $(WEB_MANPAGES)
288
gsub(/<\/h1>/, "</h2>", line); \
289
gsub(/class="D1"/, "class=\"D1 lang-bash\"", line); \
290
gsub(/class="Bd Bd-indent"/, "class=\"Bd Bd-indent lang-bash\"", line); \
291
+ gsub(/&#[xX]201[cCdD];/, "\\"", line); \
292
print line; \
293
} } \
294
' > "$@"
0 commit comments