diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e293a54767a39d18b5752da21508e78d2fec559..416a6907482c573b4358cca01b9a277ee9645c71 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 f4a0ac53f3c2d51225984eb6318473fdfcde1d1c..a4fd61d36f7696ea61d77368a87f5550cbeb7bd4 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>