diff options
Diffstat (limited to 'src/main/webapp/jsp/results.jsp')
-rw-r--r-- | src/main/webapp/jsp/results.jsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/webapp/jsp/results.jsp b/src/main/webapp/jsp/results.jsp index 990e33e..faabc27 100644 --- a/src/main/webapp/jsp/results.jsp +++ b/src/main/webapp/jsp/results.jsp @@ -69,7 +69,7 @@ %>
<div class="pdfasverticalspace"></div>
<% if (backbutton) { %>
- <a href="/pdf-as/jsp/verifyupload.jsp">zurück</a>
+ <a href="<%= request.getContextPath() %>/jsp/verifyupload.jsp">zurück</a>
<% } %>
<% if (btlurl != null) { %>
<a href="<%=btlurl%>">zurück zur Liste</a>
|