svn commit: r49622 - head/share/xml
Xin LI <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
Author: delphij Date: Wed Nov 2 07:38:59 2016 New Revision: 49622 URL: https://svnweb.freebsd.org/changeset/doc/49622 Log: Use stylesheet for prints as well. Modified: head/share/xml/xhtml.xsl Modified: head/share/xml/xhtml.xsl ============================================================================== --- head/share/xml/xhtml.xsl Wed Nov 2 01:34:58 2016 (r49621) +++ head/share/xml/xhtml.xsl Wed Nov 2 07:38:59 2016 (r49622) @@ -42,7 +42,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=&xml.encoding;" /> <xsl:copy-of select="/xhtml:html/xhtml:head/xhtml:meta"/> <link rel="shortcut icon" href="&enbase;/favicon.ico" type="image/x-icon" /> - <link rel="stylesheet" media="screen" href="&stylesheet;" type="text/css"/> + <link rel="stylesheet" media="screen,print" href="&stylesheet;" type="text/css"/> <xsl:copy-of select="/xhtml:html/xhtml:head/xhtml:link"/> <xsl:call-template name="process.rss.link"/> &header1.googlejs; _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-doc-all To unsubscribe, send any mail to "[email protected]"