Browse Source

Encode utf8 character in print stylesheet

Fixes #742.
Thibaut Courouble 7 years ago
parent
commit
884f21e1a9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      assets/stylesheets/global/_print.scss

+ 1 - 1
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;