From 8295ac04e039cc5b61c9eb083b530c7405554af6 Mon Sep 17 00:00:00 2001 From: b_b <bruno@eliaz.fr> Date: Sat, 8 Oct 2022 19:35:38 +0200 Subject: [PATCH] fix(footer): retrait des classe aide et popin sur le lien vers la licence GPL MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit sans quoi il s'ouvre dans une popin et génère une erreur CORS retour sur ff6ae5cea7ffa5b47e7594cb3d4af21e21f442bf Fix: #568 --- ecrire/inc/presentation_mini.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ecrire/inc/presentation_mini.php b/ecrire/inc/presentation_mini.php index 7a6e80c383..4e56a09fbc 100644 --- a/ecrire/inc/presentation_mini.php +++ b/ecrire/inc/presentation_mini.php @@ -261,7 +261,7 @@ function info_copyright() { 'info_copyright', [ 'spip' => "<b>SPIP $version</b> ", - 'lien_gpl' => '<a href="https://www.gnu.org/licenses/gpl-3.0.html" class="aide popin">' . _T('info_copyright_gpl') . '</a>' + 'lien_gpl' => '<a href="https://www.gnu.org/licenses/gpl-3.0.html">' . _T('info_copyright_gpl') . '</a>' ] ) . $secu; -- GitLab