diff --git a/module/blog/blog.php b/module/blog/blog.php index 333a93dc..18964165 100644 --- a/module/blog/blog.php +++ b/module/blog/blog.php @@ -15,7 +15,7 @@ class blog extends common { - const VERSION = '5.1'; + const VERSION = '5.2'; const REALNAME = 'Blog'; const DELETE = true; const UPDATE = '0.0'; diff --git a/module/blog/view/index/index.php b/module/blog/view/index/index.php index 39b537eb..5ecfb53a 100644 --- a/module/blog/view/index/index.php +++ b/module/blog/view/index/index.php @@ -41,7 +41,7 @@ : utf8_encode(strftime('%d %B %Y', $article['publishedOn'])); ?>

- ... +

'), 0, 400); ?>... Lire la suite