From b838ddb78627a477479232c760119ff1fecfe87c Mon Sep 17 00:00:00 2001 From: Michael Jett Date: Wed, 23 May 2012 14:24:53 -0400 Subject: [PATCH] Client ID display fix --- .../src/main/webapp/resources/template/client.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openid-connect-server/src/main/webapp/resources/template/client.html b/openid-connect-server/src/main/webapp/resources/template/client.html index 026c64eea..d6d01c62c 100644 --- a/openid-connect-server/src/main/webapp/resources/template/client.html +++ b/openid-connect-server/src/main/webapp/resources/template/client.html @@ -87,7 +87,7 @@
- Details for <%=clientId%> + Details <%=(clientId != null ? 'for ' + clientId : '')%>