source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mandoc: In revision 1.157 of cgi.c, a meta viewport element was added to
@ 2021-06-02 17:52 schwarze
  0 siblings, 0 replies; only message in thread
From: schwarze @ 2021-06-02 17:52 UTC (permalink / raw)
  To: source

Log Message:
-----------
In revision 1.157 of cgi.c, a meta viewport element was added to
the HTML output.  Let `mandoc -Thtml' behave the same, making the
generated HTML a bit more pleasant to view on a mobile device.
Patch from anton@.

Modified Files:
--------------
    mandoc:
        html.c

Revision Data
-------------
Index: html.c
===================================================================
RCS file: /home/cvs/mandoc/mandoc/html.c,v
retrieving revision 1.272
retrieving revision 1.273
diff -Lhtml.c -Lhtml.c -u -p -r1.272 -r1.273
--- html.c
+++ html.c
@@ -196,6 +196,8 @@ print_gen_head(struct html *h)
 	struct tag	*t;
 
 	print_otag(h, TAG_META, "?", "charset", "utf-8");
+	print_otag(h, TAG_META, "??", "name", "viewport",
+	    "content", "width=device-width, initial-scale=1.0");
 	if (h->style != NULL) {
 		print_otag(h, TAG_LINK, "?h??", "rel", "stylesheet",
 		    h->style, "type", "text/css", "media", "all");
--
 To unsubscribe send an email to source+unsubscribe@mandoc.bsd.lv


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-06-02 17:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-02 17:52 mandoc: In revision 1.157 of cgi.c, a meta viewport element was added to schwarze

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).