From: <var...@us...> - 2025-02-28 18:28:54
|
Revision: 11172 http://sourceforge.net/p/phpwiki/code/11172 Author: vargenau Date: 2025-02-28 18:28:51 +0000 (Fri, 28 Feb 2025) Log Message: ----------- Fix block-quoted text syntax Modified Paths: -------------- trunk/locale/fr/pgsrc/Aide%2FR%C3%A8glesDeFormatageDesTextes Modified: trunk/locale/fr/pgsrc/Aide%2FR%C3%A8glesDeFormatageDesTextes =================================================================== --- trunk/locale/fr/pgsrc/Aide%2FR%C3%A8glesDeFormatageDesTextes 2025-02-28 18:24:07 UTC (rev 11171) +++ trunk/locale/fr/pgsrc/Aide%2FR%C3%A8glesDeFormatageDesTextes 2025-02-28 18:28:51 UTC (rev 11172) @@ -1,4 +1,4 @@ -Date: Wed, 19 Feb 2025 11:10:15 +0000 +Date: Fri, 28 Feb 2025 19:28:14 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.6.5) Content-Type: application/x-phpwiki; pagename=Aide%2FR%C3%A8glesDeFormatageDesTextes; @@ -247,13 +247,13 @@ Texte encore plus décalé. -Le style de citation des courriels commenté est disponible : +Le style de citation en bloc des courriels est disponible : {{{ -> texte commenté -}}}> +> Ceci est un texte cité en bloc. +}}} donne -> texte commenté. +> Ceci est un texte cité en bloc. == Liens == This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |