Skip to content

Commit b691cd1

Browse files
committed
Update client.html
In my instance, this typo cause an error to underscore.js when it is parsing
1 parent d74ba2c commit b691cd1

File tree

1 file changed

+1
-1
lines changed
  • openid-connect-server-webapp/src/main/webapp/resources/template

1 file changed

+1
-1
lines changed

openid-connect-server-webapp/src/main/webapp/resources/template/client.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
<div class="media">
3333
<% if (client.logoUri) { %>
34-
<span class="pull-left"><img class="media-object client-logo" src="api/clients/<%- client.id ->/logo"></span>
34+
<span class="pull-left"><img class="media-object client-logo" src="api/clients/<%- client.id %>/logo"></span>
3535
<% } %>
3636

3737
<div class="media-body">

0 commit comments

Comments
 (0)