diff options
-rw-r--r-- | boot.php | 2 | ||||
-rw-r--r-- | view/pdl/mod_hq.pdl | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -53,7 +53,7 @@ require_once('include/bbcode.php'); require_once('include/items.php'); define ( 'PLATFORM_NAME', 'hubzilla' ); -define ( 'STD_VERSION', '5.9.4' ); +define ( 'STD_VERSION', '5.9.5' ); define ( 'ZOT_REVISION', '6.0' ); define ( 'DB_UPDATE_VERSION', 1245 ); diff --git a/view/pdl/mod_hq.pdl b/view/pdl/mod_hq.pdl index 1c1cabdac..ff44b2df9 100644 --- a/view/pdl/mod_hq.pdl +++ b/view/pdl/mod_hq.pdl @@ -1,7 +1,7 @@ [region=aside] [widget=messages][/widget] [widget=hq_controls] - [var=class]d-sm-none d-lg-block[/var] + [var=class]d-none d-lg-block[/var] [/widget] [/region] [region=content] |