Explorar el Código

Encode utf8 character in print stylesheet

Fixes #742.
Thibaut Courouble hace 7 años
padre
commit
884f21e1a9
Se han modificado 1 ficheros con 1 adiciones y 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;