summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Klishin <mklishin@pivotal.io>2019-09-05 02:52:43 +0300
committerGitHub <noreply@github.com>2019-09-05 02:52:43 +0300
commit97a08d2ec95d0536d2f256746f3fa6d54450272e (patch)
tree2e58b0314176a89ccb9a8581f8a862a0bf2d988e
parent651de5447f244cd4554fa0fea834ca2b51988ff5 (diff)
parent0daefd7e5ee1596011206f3a4195b0c360fe8447 (diff)
downloadrabbitmq-server-git-97a08d2ec95d0536d2f256746f3fa6d54450272e.tar.gz
Merge pull request #2097 from rabbitmq/rabbitmq-website-502
Modify html docs to not use smart quotes
-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; \
} } \
' > "$@"