diff options
| author | Luke Bakken <lbakken@pivotal.io> | 2019-09-04 15:53:01 -0700 |
|---|---|---|
| committer | Luke Bakken <lbakken@pivotal.io> | 2019-09-04 15:53:01 -0700 |
| commit | 0daefd7e5ee1596011206f3a4195b0c360fe8447 (patch) | |
| tree | 2e58b0314176a89ccb9a8581f8a862a0bf2d988e /Makefile | |
| parent | 651de5447f244cd4554fa0fea834ca2b51988ff5 (diff) | |
| download | rabbitmq-server-git-0daefd7e5ee1596011206f3a4195b0c360fe8447.tar.gz | |
Modify html docs to not use smart quotes
Fixes rabbitmqr/rabbitmq-website#502
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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];/, "\\"", line); \ print line; \ } } \ ' > "$@" |
