diff --git a/dist/forum.html b/dist/forum.html
index 92b8160edf4b04f6f3d47dc6a6f99c5d4a0e6481..1435454220636a40d093ec9965e4526770ffca8a 100644
--- a/dist/forum.html
+++ b/dist/forum.html
@@ -82,9 +82,8 @@
 					<h2 class="surtitre"><:en_reponse:></h2>
 					<p class="titre"><a href="#URL_FORUM">#TITRE</a></p>
 					<small>[(#DATE|affdate)][
-					(#DATE|heures)][:(#DATE|minutes)][,
-					<:par_auteur:> (#NOM)]</small>
-					[<div class="texte">(#INTRODUCTION)</div>]
+					(#DATE|heures)][:(#DATE|minutes)][, <:par_auteur:> (#NOM)]</small>
+					[<div class="texte">(#INTRODUCTION|lignes_longues)</div>]
 				</div>
 				</BOUCLE_forum_parent>
 
@@ -93,8 +92,7 @@
 					<h2 class="surtitre"><:en_reponse:></h2>
 					[(#LOGO_ARTICLE||reduire_image{120,120})]
 					<p class="titre"><a href="#URL_ARTICLE">#TITRE</a></p>
-					<small>[(#DATE|affdate)][,
-					<:par_auteur:> (#LESAUTEURS)]</small>
+					<small>[(#DATE|affdate)][, <:par_auteur:> (#LESAUTEURS)]</small>
 					[<div class="texte">(#INTRODUCTION)</div>]
 				</div>
 				</BOUCLE_article>
@@ -149,4 +147,4 @@
 
 	</div><!-- fin page -->
 </body>
-</html>
+</html>
\ No newline at end of file
diff --git a/dist/rubrique.html b/dist/rubrique.html
index 6146e633a6a7edbdb95e06fc3c28f829c1b408a2..1becb72356ad6aa24b79ece113dcf38f2a3ea16e 100644
--- a/dist/rubrique.html
+++ b/dist/rubrique.html
@@ -57,8 +57,7 @@
 					<BOUCLE_articles(ARTICLES) {id_rubrique} {par date}{inverse}{pagination}>
 					<li class="extrait">
 					<h3 class="titre"><a href="#URL_ARTICLE">#TITRE</a></h3>
-					<small>[(#DATE|affdate)][,
-						<:par_auteur:> (#LESAUTEURS)]</small>
+					<small>[(#DATE|affdate)][, <:par_auteur:> (#LESAUTEURS)]</small>
 					</li>
 					</BOUCLE_articles>
 				</ul>
diff --git a/dist/sommaire.html b/dist/sommaire.html
index 25868930fffbf0f5266b57af6ad1beb2520ece80..06c41ad39c1f06627bf5f9510b7f13d6c1d31145 100644
--- a/dist/sommaire.html
+++ b/dist/sommaire.html
@@ -69,8 +69,7 @@
 			{doublons}{pagination}>
 				<li class="extrait">
 					<h3 class="titre"><a href="#URL_ARTICLE">#TITRE</a></h3>
-					<small>[(#DATE|affdate)][,
-						<:par_auteur:> (#LESAUTEURS)]</small>
+					<small>[(#DATE|affdate)][, <:par_auteur:> (#LESAUTEURS)]</small>
 				</li>
 			</BOUCLE_articles>
 			</ul>