diff options
Diffstat (limited to 'src/main/webapp')
-rw-r--r-- | src/main/webapp/wayf-ndn.jsp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/webapp/wayf-ndn.jsp b/src/main/webapp/wayf-ndn.jsp index 9c644df..b71859a 100644 --- a/src/main/webapp/wayf-ndn.jsp +++ b/src/main/webapp/wayf-ndn.jsp @@ -43,7 +43,7 @@ </table> </div> <div id="container"> - <ul class="clist"> + <ul class="ilist"> <li style="vertical-align: top;"> <div id="nav"> <ul class="site_tree"> @@ -62,7 +62,7 @@ <h1>Select an identity provider</h1> <p class="text">The service you are trying to use require that you identify yourself. Please select your identity provider below...</p> - <ul class="ilist"> + <ul class="clist"> <logic:present name="cookieList" scope="request"> <li style="veritcal-align: top;"> <h2>Recently Used</h2> |