diff options
Diffstat (limited to 'src/main/webapp/jsp/verifylist.jsp')
-rw-r--r-- | src/main/webapp/jsp/verifylist.jsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/webapp/jsp/verifylist.jsp b/src/main/webapp/jsp/verifylist.jsp index 22a2a4e..fac5755 100644 --- a/src/main/webapp/jsp/verifylist.jsp +++ b/src/main/webapp/jsp/verifylist.jsp @@ -68,6 +68,6 @@ <input type="submit" value="Alle prüfen" />
</form>
<div class="pdfasverticalspace"></div>
- <a href="/pdf-as/jsp/verifyupload.jsp">zurück</a>
+ <a href="<%= request.getContextPath() %>/jsp/verifyupload.jsp">zurück</a>
</body>
</html>
|