diff options
Diffstat (limited to 'src/main')
-rw-r--r-- | src/main/webapp/wayf-ndn.jsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/webapp/wayf-ndn.jsp b/src/main/webapp/wayf-ndn.jsp index 6c4a49b..77ce337 100644 --- a/src/main/webapp/wayf-ndn.jsp +++ b/src/main/webapp/wayf-ndn.jsp @@ -117,7 +117,7 @@ </ul> <logic:iterate id="siteset" name="siteLists"> <div id="<jsp:getProperty name="siteset" property="name"/>"> - <ul class="clist"> + <ul class="sitelist"> <logic:iterate id="site" name="siteset" property="sites"> <logic:present name="entityID" scope="request"> <bean:define id="returnIDParam" name="returnIDParam"/> |