]> git.eshelyaron.com Git - emacs.git/commit
Fix commands used to produce on-line HTML docs
authorEli Zaretskii <eliz@gnu.org>
Sat, 28 May 2022 11:57:55 +0000 (14:57 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 28 May 2022 11:57:55 +0000 (14:57 +0300)
commit908e2e09d08c8058f40295096aec9251944875ca
treeb1252f3cf1f12ef65cd06e16b84321e339d5423a
parentfff770fb97e8a251b4138ea0ce06f153f8a936ad
Fix commands used to produce on-line HTML docs

* admin/admin.el (manual-meta-string): Only include the first
line, and move the rest...
(manual-links-string): ...to this new string.
(manual-html-fix-headers): Don't remove the '<meta name=' elements
produced by makeinfo, especially not the 'name="viewport"' one,
which is essential for viewing the docs on mobile devices.
Reported by "Facundo Lander via RT" <webmasters-comment@gnu.org>,
see gnu.org ticket #1840138.
admin/admin.el