diff options
Diffstat (limited to 'src/main/webapp/wayf-ndn.jsp')
-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 dedba58..ee8d3c3 100644 --- a/src/main/webapp/wayf-ndn.jsp +++ b/src/main/webapp/wayf-ndn.jsp @@ -119,7 +119,7 @@ </ul> <logic:iterate id="siteset" name="siteLists"> <div id="<jsp:getProperty name="siteset" property="name"/>"> - <form style="margin-bottom: 10px;" id="originform" method="get" action="<bean:write name="requestURL" />"> + <form style="margin-bottom: 10px;" method="GET" action="<bean:write name="requestURL" />"> <div> <logic:notPresent name="entityID" scope="request"> <input type="hidden" name="shire" value="<bean:write name="shire" />" /> |