This is an automated email from the ASF dual-hosted git repository.
kwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-site.git
The following commit(s) were added to refs/heads/master by this push:
new c9ad30d Revert "use simpler notation for charset"
c9ad30d is described below
commit c9ad30dfdd43bccb5101648e8e4820786b06e83b
Author: Konrad Windszus <[email protected]>
AuthorDate: Thu Oct 19 16:05:02 2017 +0200
Revert "use simpler notation for charset"
This reverts commit 769620081d6524f54d355413506fcb08fee00923.
---
src/main/jbake/templates/header.tpl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/jbake/templates/header.tpl
b/src/main/jbake/templates/header.tpl
index 27c8a2e..4695e8a 100644
--- a/src/main/jbake/templates/header.tpl
+++ b/src/main/jbake/templates/header.tpl
@@ -1,5 +1,5 @@
head {
- meta("charset":"UTF-8") newLine()
+ meta("http-equiv":"Content-Type", content:"text/html;charset=UTF-8")
newLine()
title("${config.blog_title} :: ${content.title}") newLine()
// For now, try to reproduce the layout of the current website, to be
able to compare pages
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].