Skip to content

Commit 97a08d2

Browse files
Merge pull request #2097 from rabbitmq/rabbitmq-website-502
Modify html docs to not use smart quotes
2 parents 651de54 + 0daefd7 commit 97a08d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,7 @@ web-manpages: $(WEB_MANPAGES)
288288
gsub(/<\/h1>/, "</h2>", line); \
289289
gsub(/class="D1"/, "class=\"D1 lang-bash\"", line); \
290290
gsub(/class="Bd Bd-indent"/, "class=\"Bd Bd-indent lang-bash\"", line); \
291+
gsub(/&#[xX]201[cCdD];/, "\\&quot;", line); \
291292
print line; \
292293
} } \
293294
' > "$@"

0 commit comments

Comments
 (0)