From 081869a45ff05aa59e48680c08ee440285ab8270 Mon Sep 17 00:00:00 2001
From: Matthieu Marcillaud <marcimat@rezo.net>
Date: Thu, 11 Aug 2022 14:34:00 +0200
Subject: [PATCH] =?UTF-8?q?fix:=20Coh=C3=A9rence=20des=20titres=20de=20col?=
 =?UTF-8?q?onnes=20de=20listes?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Refs: spip/spip#5274
---
 CHANGELOG.md                      | 1 +
 prive/objets/liste/documents.html | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4e293a54..416a6907 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -20,6 +20,7 @@
 
 ### Fixed
 
+- spip/spip#5274 Homogénéiser les labels des listes
 - #4902 Suppression des boutons excédentaires de sens de tri sur certaines listes de documents
 - #4893 Il ne faut pas contraindre la taille des SVG
 - #4891 Amélioration du message d’erreur de taille de document
diff --git a/prive/objets/liste/documents.html b/prive/objets/liste/documents.html
index f4a0ac53..a4fd61d3 100644
--- a/prive/objets/liste/documents.html
+++ b/prive/objets/liste/documents.html
@@ -12,7 +12,7 @@
 	<thead>
 		<tr class='first_row'>
 			<th class='statut' scope='col'>[(#TRI{statut,<span title="<:lien_trier_statut|attribut_html:>">#</span>,ajax})]</th>
-			<th class='titre principale' scope='col'>[(#TRI{num titre,<:info_titre:>,ajax})]</th>
+			<th class='titre principale' scope='col'>[(#TRI{num titre,<:info_titre|label_nettoyer:>,ajax})]</th>
 			<th class='utilisations' scope='col'><:medias:info_utilisation:></th>
 			<th class='date secondaire' scope='col'>[(#TRI{date,<:date:>,ajax})]</th>
 			<th class='id' scope='col'>[(#TRI{id_document,<:info_numero_abbreviation:>,ajax})]</th>
-- 
GitLab