This is an automated email from the ASF dual-hosted git repository.
rubys pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new f523c96 Fix https://issues.apache.org/jira/browse/WHIMSY-146
f523c96 is described below
commit f523c96b82ba2a8b2db1c7d2142c0f910121e5e2
Author: Sam Ruby <[email protected]>
AuthorDate: Sat Oct 7 09:19:32 2017 -0400
Fix https://issues.apache.org/jira/browse/WHIMSY-146
---
lib/whimsy/asf/themes.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/whimsy/asf/themes.rb b/lib/whimsy/asf/themes.rb
index ff56a2e..2d83751 100644
--- a/lib/whimsy/asf/themes.rb
+++ b/lib/whimsy/asf/themes.rb
@@ -87,7 +87,7 @@ class Wunderbar::HtmlMarkup
def _whimsy_foot
_div.footer.container_fluid style: 'background-color: #f5f5f5; padding:
10px;' do
_p.center do
- _{'Copyright © 2017, the Apache Software Foundation. Licensed
under the '}
+ _{"Copyright \u00A9 2017, the Apache Software Foundation. Licensed
under the "}
_a 'Apache License, Version 2.0', rel: 'license', href:
'http://www.apache.org/licenses/LICENSE-2.0'
_ ' | '
_a 'Privacy Policy', href:
'https://www.apache.org/foundation/policies/privacy'
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].