diff --git a/module/blog/blog.php b/module/blog/blog.php index 8399d18f..1bf2ad36 100755 --- a/module/blog/blog.php +++ b/module/blog/blog.php @@ -574,7 +574,7 @@ class blog extends common ]); // Valeurs en sortie $this->addOutput([ - 'redirect' => helper::baseUrl() . $this->getUrl(0) . '/option', + 'redirect' => helper::baseUrl() . $this->getUrl(0) . '/config', 'notification' => helper::translate('Modifications enregistrées'), 'state' => true ]); diff --git a/module/blog/changes.md b/module/blog/changes.md index 5e4ab59f..1ed74c9d 100755 --- a/module/blog/changes.md +++ b/module/blog/changes.md @@ -1,6 +1,7 @@ # version 6.9 - Bloque l'effacement de l'article selon le profil - Masque le code de vérification +- Corrige un défaut d'affichage de l'article dans l'index, lorsque l'article ne contient pas d'image. # version 6.8 - Erreur de décompte des commentaires approuvés ou non dans l'index # version 6.7 diff --git a/module/blog/view/index/index.css b/module/blog/view/index/index.css index b0a94504..ebfabfa3 100755 --- a/module/blog/view/index/index.css +++ b/module/blog/view/index/index.css @@ -62,6 +62,7 @@ position: relative; float: left; margin-top: 5px; + width: 100%; } .blogDate, diff --git a/module/blog/view/index/index.php b/module/blog/view/index/index.php index 88ca931a..afedc745 100755 --- a/module/blog/view/index/index.php +++ b/module/blog/view/index/index.php @@ -72,8 +72,7 @@ ) ) ): ?> - + Éditer @@ -150,15 +149,11 @@ getData(['module', $this->getUrl(0), 'config', 'articlesLenght']) !== 0 ? $this->getData(['module', $this->getUrl(0), 'config', 'articlesLenght']) : 500 ?>

'), 0, $lenght); ?>...

- -
- - - -
+ + +