From 884f21e1a986ff022d405ed0a4119f4232fff31c Mon Sep 17 00:00:00 2001 From: Thibaut Courouble Date: Tue, 30 Jan 2018 21:38:51 -0500 Subject: [PATCH] Encode utf8 character in print stylesheet Fixes #742. --- assets/stylesheets/global/_print.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/stylesheets/global/_print.scss b/assets/stylesheets/global/_print.scss index 30fa64c1..5044631e 100644 --- a/assets/stylesheets/global/_print.scss +++ b/assets/stylesheets/global/_print.scss @@ -29,7 +29,7 @@ } ._attribution:last-child:after { - content: 'Exported from DevDocs — https://devdocs.io'; + content: 'Exported from DevDocs \2014 https://devdocs.io'; display: block; margin-top: 1rem; font-weight: $bolderFontWeight;