diff --git a/superx/edit/kern/show_html_content.jsp b/superx/edit/kern/show_html_content.jsp
index 7af742b..a178c8a 100644
--- a/superx/edit/kern/show_html_content.jsp
+++ b/superx/edit/kern/show_html_content.jsp
@@ -40,6 +40,7 @@ if(defaultMandantenIDParam != null && !defaultMandantenIDParam.toString().equals
//Impressum wird immer angezeigt, alles andere nur nach Login:
if (
IdOutput.equals("IMPRINT") ||
+ IdOutput.equals("PRIVACY") ||
( request.getSession()!=null&&request.getSession().getAttribute("sessiontype")!=null&&
request.getSession().getAttribute("sessiontype").equals("superx"))
) {