spipliste

Bonjour,

J'utilise le plugin spipliste 1.9.3 avec un spip 2.0.9, j'ai crée un nouveau patron qui afficher juste tous les articles attachés a un mot clés (mot=1) . Tous les articles attachés a ce mot clé s'affiche bien sauf les articles qui ont un document attaché (pdf) est ce normale??

voici ma boucle:

<B_articles>
     <h2 class="titre" style="background: #EEE;border: 1px solid #CCC;padding: 0.5em;margin-bottom: 1em;font-weight: bold;text-align: center;"></h2>
     <BOUCLE_articles(ARTICLES){id_rubrique ?}{id_mot=1}{par date}{inverse}>
     [<h3 style="font-size: 1.27em;font-weight: bold;color: #000;">(#TITRE|supprimer_numero)</h3>]
    <div style="margin-top: 0px;margin-bottom: 1em;border: 1px solid #ADA487;padding: 0.9em;font-size: 12px;line-height: 16px;" >
     [<img src="#URL_SITE_SPIP/(#LOGO_ARTICLE||image_reduire{130,0}|image_recadre{80,80}|extraire_attribut{src})" border=0 align="right" style="margin:0 0 0px 10px;" />][(#INTRODUCTION|couper{320})]

<div class="extra"><a href="[(#TEST|trim|generer_url_public{page=article&id_article=#ID_ARTICLE})]"><:spiplistes:article_entier:></a></div>
     </div>
     </BOUCLE_articles>