summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b2bca3d50b..137fde2d95 100644
--- a/Makefile
+++ b/Makefile
@@ -284,8 +284,8 @@ web-manpages: $(WEB_MANPAGES)
gsub(/<\/h2>/, "</h3>", line); \
gsub(/<h1/, "<h2", line); \
gsub(/<\/h1>/, "</h2>", line); \
- gsub(/class="D1"/, "class=\"D1 sourcecode bash hljs\"", line); \
- gsub(/class="Bd Bd-indent"/, "class=\"Bd Bd-indent sourcecode bash hljs\"", line); \
+ gsub(/class="D1"/, "class=\"D1 lang-bash\"", line); \
+ gsub(/class="Bd Bd-indent"/, "class=\"Bd Bd-indent lang-bash\"", line); \
print line; \
} } \
' > "$@"