diff options
author | Mario <mario@mariovavti.com> | 2021-06-17 12:21:39 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-06-17 12:21:39 +0000 |
commit | a84cec4acddf6804a88fcda52e4437c91785dfb2 (patch) | |
tree | 3b4cc882b942eb73dc391d08cda888b406a0e434 | |
parent | cf6b7a4236eeccff7d4434138dddc62a8b50004c (diff) | |
download | volse-hubzilla-a84cec4acddf6804a88fcda52e4437c91785dfb2.tar.gz volse-hubzilla-a84cec4acddf6804a88fcda52e4437c91785dfb2.tar.bz2 volse-hubzilla-a84cec4acddf6804a88fcda52e4437c91785dfb2.zip |
fix wrong class and bump version
-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] |