diff --git a/superx/edit/kern/show_html_content.jsp b/superx/edit/kern/show_html_content.jsp
index 9190a82..7af742b 100644
--- a/superx/edit/kern/show_html_content.jsp
+++ b/superx/edit/kern/show_html_content.jsp
@@ -39,9 +39,10 @@ if(defaultMandantenIDParam != null && !defaultMandantenIDParam.toString().equals
}
//Impressum wird immer angezeigt, alles andere nur nach Login:
if (
- (IdOutput.equals("IMPRINT") ||
+ IdOutput.equals("IMPRINT") ||
( request.getSession()!=null&&request.getSession().getAttribute("sessiontype")!=null&&
- request.getSession().getAttribute("sessiontype").equals("superx"))) {
+ request.getSession().getAttribute("sessiontype").equals("superx"))
+ ) {
Object mandantobject=request.getSession().getAttribute("MandantenID");
Object userid=request.getSession().getAttribute("UserID");