Skip to content

Commit 13bcf9d

Browse files
michaelklishinlukebakken
authored andcommitted
Merge pull request #2097 from rabbitmq/rabbitmq-website-502
Modify html docs to not use smart quotes (cherry picked from commit 97a08d2)
1 parent 42f4d64 commit 13bcf9d

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
@@ -278,6 +278,7 @@ web-manpages: $(WEB_MANPAGES)
278278
gsub(/<\/h1>/, "</h2>", line); \
279279
gsub(/class="D1"/, "class=\"D1 lang-bash\"", line); \
280280
gsub(/class="Bd Bd-indent"/, "class=\"Bd Bd-indent lang-bash\"", line); \
281+
gsub(/&#[xX]201[cCdD];/, "\\&quot;", line); \
281282
print line; \
282283
} } \
283284
' > "$@"

0 commit comments

Comments
 (0)