diff options
author | Leif Johansson <leifj@sunet.se> | 2011-07-26 00:41:59 +0200 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2011-07-26 00:41:59 +0200 |
commit | 345b16e5a993e4d74e5f0a7553e6510a912ff082 (patch) | |
tree | e6406c470f833d61e1c338eb44d8a336b844134d /src/main/webapp | |
parent | fe30c5439b63d3016f14373d8526ea94c8f962f4 (diff) |
fix
Diffstat (limited to 'src/main/webapp')
-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 c1b5ae7..efe0d13 100644 --- a/src/main/webapp/wayf-ndn.jsp +++ b/src/main/webapp/wayf-ndn.jsp @@ -168,7 +168,7 @@ $(function() { <li><a href="#recently-visited">Recently Visited</a></li> </logic:present> <logic:iterate id="siteset" name="siteLists"> - <li><a href="#<jsp:getProperty name="siteset" property="name"/>"<a href="<jsp:getProperty name="siteset" property="name"/></a></li> + <li><a href="#<jsp:getProperty name="siteset" property="name"/>"><jsp:getProperty name="siteset" property="name"/></a></li> </logic:iterate> </ul> <logic:present name="cookieList" scope="request"> |