You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by se...@apache.org on 2016/01/22 15:06:14 UTC

cxf-fediz git commit: Minor update to the client tokens page

Repository: cxf-fediz
Updated Branches:
  refs/heads/master ca7d9e3e1 -> 6a8e7a72a


Minor update to the client tokens page


Project: http://git-wip-us.apache.org/repos/asf/cxf-fediz/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf-fediz/commit/6a8e7a72
Tree: http://git-wip-us.apache.org/repos/asf/cxf-fediz/tree/6a8e7a72
Diff: http://git-wip-us.apache.org/repos/asf/cxf-fediz/diff/6a8e7a72

Branch: refs/heads/master
Commit: 6a8e7a72a4996bae5b6f1768e8d4bcca1fcd9181
Parents: ca7d9e3
Author: Sergey Beryozkin <sb...@gmail.com>
Authored: Fri Jan 22 14:05:58 2016 +0000
Committer: Sergey Beryozkin <sb...@gmail.com>
Committed: Fri Jan 22 14:05:58 2016 +0000

----------------------------------------------------------------------
 services/oidc/src/main/webapp/WEB-INF/views/clientTokens.jsp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/6a8e7a72/services/oidc/src/main/webapp/WEB-INF/views/clientTokens.jsp
----------------------------------------------------------------------
diff --git a/services/oidc/src/main/webapp/WEB-INF/views/clientTokens.jsp b/services/oidc/src/main/webapp/WEB-INF/views/clientTokens.jsp
index 4b4a3d4..d87ca2c 100644
--- a/services/oidc/src/main/webapp/WEB-INF/views/clientTokens.jsp
+++ b/services/oidc/src/main/webapp/WEB-INF/views/clientTokens.jsp
@@ -44,7 +44,7 @@
 	</STYLE>
 </head>
 <body>
-<h1>Tokens issued to <%= client.getApplicationName() + "(" + client.getClientId() + ")"%></h1>
+<h1>Tokens issued to <%= client.getApplicationName() + " (" + client.getClientId() + ")"%></h1>
 <br/>
 <div class="padded">
 <h2>Access Tokens</h2>