You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2016/12/16 09:26:44 UTC

[3/4] syncope git commit: Preventing character encoding issues

Preventing character encoding issues


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/ef009650
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/ef009650
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/ef009650

Branch: refs/heads/master
Commit: ef009650a86df05b239149043bb81bbdc97eed9e
Parents: 504e88a
Author: Francesco Chicchiricc� <il...@apache.org>
Authored: Fri Dec 16 10:25:49 2016 +0100
Committer: Francesco Chicchiricc� <il...@apache.org>
Committed: Fri Dec 16 10:26:24 2016 +0100

----------------------------------------------------------------------
 .../org/apache/syncope/client/console/pages/BasePage.html          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/ef009650/client/console/src/main/resources/org/apache/syncope/client/console/pages/BasePage.html
----------------------------------------------------------------------
diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/pages/BasePage.html b/client/console/src/main/resources/org/apache/syncope/client/console/pages/BasePage.html
index a46620c..00d653e 100644
--- a/client/console/src/main/resources/org/apache/syncope/client/console/pages/BasePage.html
+++ b/client/console/src/main/resources/org/apache/syncope/client/console/pages/BasePage.html
@@ -139,7 +139,7 @@ under the License.
         <div class="pull-right hidden-xs">
           <b>Version</b> <label wicket:id="version"/>
         </div>
-        <strong>Copyright &copy; 2010\u2013<span id="spanYear"></span> 
+        <strong>Copyright &copy; 2010&#45;<span id="spanYear"></span> 
           <a href="http://www.apache.org/" target="_blank">The Apache Software Foundation</a>.</strong>
         All rights reserved.
       </footer>