From 4a2e7adcb1677d521061734d7f1c3bff6d1c1ab2 Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Thu, 29 Aug 2024 18:21:31 +0200 Subject: [PATCH] =?UTF-8?q?Calendar=201.4=20supprime=20un=20/=20derri?= =?UTF-8?q?=C3=A8re=20add?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- calendar/calendar.php | 2 +- calendar/changes.md | 2 ++ calendar/view/config/config.php | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/calendar/calendar.php b/calendar/calendar.php index b075400..b980276 100644 --- a/calendar/calendar.php +++ b/calendar/calendar.php @@ -15,7 +15,7 @@ class calendar extends common { - const VERSION = '1.2'; + const VERSION = '1.3'; const REALNAME = 'Calendrier'; const DATA_DIRECTORY = self::DATA_DIR . 'calendar/'; diff --git a/calendar/changes.md b/calendar/changes.md index ee610fc..e5e50e3 100644 --- a/calendar/changes.md +++ b/calendar/changes.md @@ -1,3 +1,5 @@ +# Version 1.3 +- Supprime un slash en fin d'url (fonction add). # Version 1.2 - Ajout d'un bouton vers la page d'édition de la feuille de style de la page. - Renomme des variables internes. diff --git a/calendar/view/config/config.php b/calendar/view/config/config.php index 7caef70..90200a3 100644 --- a/calendar/view/config/config.php +++ b/calendar/view/config/config.php @@ -15,7 +15,7 @@
helper::baseUrl() . $this->getUrl(0) . '/add/', + 'href' => helper::baseUrl() . $this->getUrl(0) . '/add', 'value' => template::ico('plus'), 'class' => 'buttonGreen' ]); ?>