From a6b6c00dd5c568d1f239bdfc47f48bfcdcd12390 Mon Sep 17 00:00:00 2001 From: Matteo Nastasi Date: Sun, 13 Sep 2026 12:32:06 +0200 Subject: [PATCH] short " in web/index.php (48) and web/briskin5/index.php (61). Short tags only work with short_open_tag = On, which is Off by default in php and is Off on debian 13; on the production machine (debian 8) it is evidently On. This is not a cosmetic problem. Without interpretation the text of the tag ends up literally in the html, and in a javascript context such as var g_tables_n = ; it becomes a syntax error that prevents the compilation of the WHOLE - - - - - - - + + + + + + + - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - - - - - - - - - - + + + + + + + + + + + + + + + + + +