diff options
Diffstat (limited to 'src/main/webapp/jsp/signpreview.jsp')
-rw-r--r-- | src/main/webapp/jsp/signpreview.jsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/webapp/jsp/signpreview.jsp b/src/main/webapp/jsp/signpreview.jsp index a1e6349..6ff6da6 100644 --- a/src/main/webapp/jsp/signpreview.jsp +++ b/src/main/webapp/jsp/signpreview.jsp @@ -62,7 +62,7 @@ }
%>
<div class="pdfasverticalspace"></div>
- <a href="/pdf-as/">zurück</a>
+ <a href="<%= request.getContextPath() %>/">zurück</a>
</body>
</html>
|