Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 184d25e

Browse files
authored
removed ".do" after struts config update
1 parent 52e00a7 commit 184d25e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/web/WEB-INF/tags/links/onlineReviewProjectDetails.tag

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<%@ attribute name="styleClass" required="false" type="java.lang.String" %>
1818
<%@ attribute name="target" required="false" type="java.lang.String" %>
1919

20-
<a href="http://<%=ApplicationServer.SOFTWARE_SERVER_NAME%>/review/actions/ViewProjectDetails.do?method=viewProjectDetails&amp;pid=${projectId}"
20+
<a href="http://<%=ApplicationServer.SOFTWARE_SERVER_NAME%>/review/actions/ViewProjectDetails?method=viewProjectDetails&amp;pid=${projectId}"
2121
class="${styleClass}" target="${target}">
2222
<jsp:doBody/>
2323
</a>

0 commit comments

Comments
 (0)