You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by se...@apache.org on 2017/10/07 13:33:30 UTC

[whimsy] branch master updated: WHIMSY-146 - also fix ® entity

This is an automated email from the ASF dual-hosted git repository.

sebb 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 0d80b4b  WHIMSY-146 - also fix ® entity
0d80b4b is described below

commit 0d80b4b7ad4bf359c757fef5e71e77786912f668
Author: Sebb <se...@apache.org>
AuthorDate: Sat Oct 7 14:33:28 2017 +0100

    WHIMSY-146 - also fix &reg; entity
---
 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 2d83751..ee1c441 100644
--- a/lib/whimsy/asf/themes.rb
+++ b/lib/whimsy/asf/themes.rb
@@ -92,7 +92,7 @@ class Wunderbar::HtmlMarkup
         _ ' | '
         _a 'Privacy Policy', href: 'https://www.apache.org/foundation/policies/privacy'
         _br
-        _{'Apache&reg;, the names of Apache projects, and the multicolor feather logo are '}
+        _{"Apache\u00AE, the names of Apache projects, and the multicolor feather logo are "}
         _a 'registered trademarks or trademarks', href: 'https://www.apache.org/foundation/marks/list/'
         _ ' of the Apache Software Foundation in the United States and/or other countries.'
       end

-- 
To stop receiving notification emails like this one, please contact
['"commits@whimsical.apache.org" <co...@whimsical.apache.org>'].