Skip to content

Commit 884f21e

Browse files
committed
Encode utf8 character in print stylesheet
Fixes #742.
1 parent 6baa21e commit 884f21e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/stylesheets/global/_print.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
}
3030

3131
._attribution:last-child:after {
32-
content: 'Exported from DevDocs https://devdocs.io';
32+
content: 'Exported from DevDocs \2014 https://devdocs.io';
3333
display: block;
3434
margin-top: 1rem;
3535
font-weight: $bolderFontWeight;

0 commit comments

Comments
 (0)