author | Oleksandr Gavenko <gavenkoa@gmail.com> |
Sun, 21 Feb 2016 00:17:25 +0200 | |
changeset 1898 | 2a18c31747dc |
parent 1897 | 200fac373cf9 |
child 1899 | 2d265814731e |
--- a/Makefile Sat Feb 20 23:47:53 2016 +0200 +++ b/Makefile Sun Feb 21 00:17:25 2016 +0200 @@ -100,7 +100,9 @@ $(HTML_DIR)/iframe.html: $(RST_FILES) $(MAKEFILE_LIST) | $(HTML_DIR) { \ -echo '<html><head><style>'; \ +echo '<html><head>'; \ +echo '<meta charset="utf-8">'; \ +echo '<style>'; \ echo 'a { text-decoration: none; color: hsl(240, 100%, 50%); }'; \ echo 'a:hover { opacity: .5; }'; \ echo '</style></head><body>'; \