Hi Bertrand

I'll try reverting this fix and set AddDefaultCharset utf-8 in
.htaccess instead. I believe that will be more convenient down the
road (if it works).

Regards
Julian


On Tue, Oct 10, 2017 at 11:51 AM,  <[email protected]> wrote:
> This is an automated email from the ASF dual-hosted git repository.
>
> bdelacretaz 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 7fb315a  Avoid encoding issues
> 7fb315a is described below
>
> commit 7fb315ad7ac1edffc6e983fb5dcd9840097f3aef
> Author: Bertrand Delacretaz <[email protected]>
> AuthorDate: Tue Oct 10 11:51:13 2017 +0200
>
>     Avoid encoding issues
> ---
>  src/main/jbake/templates/footer.tpl | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/main/jbake/templates/footer.tpl 
> b/src/main/jbake/templates/footer.tpl
> index 555c601..d6cf40f 100644
> --- a/src/main/jbake/templates/footer.tpl
> +++ b/src/main/jbake/templates/footer.tpl
> @@ -4,5 +4,5 @@ p() {
>      yield "may be trademarks or registered trademarks of their respective 
> owners."
>  }
>  p() {
> -    yield "Copyright © 2011-2017 The Apache Software Foundation."
> +    yield "Copyright \u00a9 2011-2017 The Apache Software Foundation."
>  }
>
> --
> To stop receiving notification emails like this one, please contact
> ['"[email protected]" <[email protected]>'].

Reply via email to