From b309bf54fd0100d4a9c9c16edb8a53fa5a59b70e Mon Sep 17 00:00:00 2001
From: tetue <tetue@rezo.net>
Date: Sun, 4 Jun 2006 00:18:36 +0000
Subject: [PATCH] =?UTF-8?q?|lignes=5Flongues=20est=20applique=CC=81=20sur?=
 =?UTF-8?q?=20tous=20les=20messages=20de=20forum=20=3D>=20dans=20forum.htm?=
 =?UTF-8?q?l=20aussi?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 dist/forum.html    | 10 ++++------
 dist/rubrique.html |  3 +--
 dist/sommaire.html |  3 +--
 3 files changed, 6 insertions(+), 10 deletions(-)

diff --git a/dist/forum.html b/dist/forum.html
index 92b8160edf..1435454220 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 6146e633a6..1becb72356 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 25868930ff..06c41ad39c 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>
-- 
GitLab