diff options
Diffstat (limited to 'src/main/webapp/jsp/verifypreview.jsp')
-rw-r--r-- | src/main/webapp/jsp/verifypreview.jsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/webapp/jsp/verifypreview.jsp b/src/main/webapp/jsp/verifypreview.jsp index 975b5ce..1b0adfa 100644 --- a/src/main/webapp/jsp/verifypreview.jsp +++ b/src/main/webapp/jsp/verifypreview.jsp @@ -49,7 +49,7 @@ <input type="submit" value="Werte übernehmen und prüfen" onclick="document.submitform.verify.value='true'" />
</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>
<a href="<%=btlurl%>">zurück zur Liste</a>
<script language="javascript" type="text/javascript">
<!--
|