From a84cec4acddf6804a88fcda52e4437c91785dfb2 Mon Sep 17 00:00:00 2001 From: Mario Date: Thu, 17 Jun 2021 12:21:39 +0000 Subject: fix wrong class and bump version --- boot.php | 2 +- view/pdl/mod_hq.pdl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/boot.php b/boot.php index 5d7941747..fb968dcec 100644 --- a/boot.php +++ b/boot.php @@ -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] -- cgit v1.2.3