Explorar o código

Encode utf8 character in print stylesheet

Fixes #742.
Thibaut Courouble %!s(int64=7) %!d(string=hai) anos
pai
achega
884f21e1a9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;