From d7390663c69b25bd54098a7fc76d9ab61b5b97ff Mon Sep 17 00:00:00 2001
From: b_b <bruno@eliaz.fr>
Date: Fri, 5 Jan 2024 16:08:26 +0100
Subject: [PATCH] =?UTF-8?q?fix:=20r=C3=A9tablir=20la=20suppression=20du=20?=
 =?UTF-8?q?num=C3=A9ro=20sur=20le=20titre=20dans=20la=20l=C3=A9gende=20des?=
 =?UTF-8?q?=20documents?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

retour sur 7884cb8178

Fix: #4970
---
 modeles/document_legende.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modeles/document_legende.html b/modeles/document_legende.html
index a6f4ebe3..07812138 100644
--- a/modeles/document_legende.html
+++ b/modeles/document_legende.html
@@ -3,7 +3,7 @@
 ]<BOUCLE_legendaire (DOCUMENTS) {id_document=#ENV{id,#ENV{id_document}}} {tout}>
 [(#ENV*{titre,#TITRE}|trim|sinon{#ENV*{descriptif,#DESCRIPTIF}|trim}|sinon{#ENV*{credits,#CREDITS}|trim}|oui)
 <figcaption class='spip_doc_legende'>
-	[<div class='spip_doc_titre [(#ENV{titre}|non)#EDIT{titre}]'><strong>(#ENV*{titre,#TITRE*}|propre|ptobr)</strong></div>]
+	[<div class='spip_doc_titre [(#ENV{titre}|non)#EDIT{titre}]'><strong>(#ENV*{titre,#TITRE*|supprimer_numero}|propre|ptobr)</strong></div>]
 	[<div class='spip_doc_descriptif [(#ENV{descriptif}|non)#EDIT{descriptif}]'>(#ENV*{descriptif,#DESCRIPTIF*}|propre|PtoBR)[(#NOTES|PtoBR)]</div>]
 	[<div class='spip_doc_credits [(#ENV{credits}|non)#EDIT{credits}]'>(#ENV*{credits,#CREDITS*}|propre|PtoBR)</div>]
 </figcaption>
-- 
GitLab