summaryrefslogtreecommitdiffstats
path: root/public/help/fr/wiki_syntax_detailed.html
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2013-11-25 05:23:09 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2013-11-25 05:23:09 +0000
commit391b5ec6ef2b586beeb9552358c5c3fbb50725d4 (patch)
treee07bcc521c92a19e9bd1a76819aa8555399edb3e /public/help/fr/wiki_syntax_detailed.html
parent41478dc664dc640a59342b3afeef1b826035dfa1 (diff)
downloadredmine-391b5ec6ef2b586beeb9552358c5c3fbb50725d4.tar.gz
redmine-391b5ec6ef2b586beeb9552358c5c3fbb50725d4.zip
use escaping html in wiki_syntax_detailed.html
git-svn-id: http://svn.redmine.org/redmine/trunk@12340 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public/help/fr/wiki_syntax_detailed.html')
-rw-r--r--public/help/fr/wiki_syntax_detailed.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/public/help/fr/wiki_syntax_detailed.html b/public/help/fr/wiki_syntax_detailed.html
index 990b2d068..2d6971ee0 100644
--- a/public/help/fr/wiki_syntax_detailed.html
+++ b/public/help/fr/wiki_syntax_detailed.html
@@ -195,7 +195,7 @@ http://www.redmine.org, someone@foo.bar
<ul>
<li><strong>!url_de_l_image!</strong> affiche une image situé à l'adresse displays an image located at url_de_l_image (syntaxe Textile)</li>
- <li><strong>!>url_de_l_image!</strong> Image affichée à droite</li>
+ <li><strong>!&gt;url_de_l_image!</strong> Image affichée à droite</li>
<li>Si vous avez une image en pièce jointe de votre page Wiki, elle peut être affiché en utilisant simplement sont nom: <strong>!image_en_piece_jointe.png!</strong></li>
</ul>
@@ -213,7 +213,7 @@ h3. Sous-sous-titre
<h3><a name="9" class="wiki-page"></a>Paragraphes</h3>
<pre>
-p>. aligné à droite
+p&gt;. aligné à droite
p=. centré
</pre>
@@ -239,8 +239,8 @@ Pour commencer à l'utiliser, il ne vous faut qu'un serveur web et une base de d
<h3><a name="11" class="wiki-page"></a>Table des matières</h3>
<pre>
-{{toc}} => table des matières centrées à gauche
-{{>toc}} => table des matières centrées à droite
+{{toc}} =&gt; table des matières centrées à gauche
+{{&gt;toc}} =&gt; table des matières centrées à droite
</pre>
<h3><a name="14" class="wiki-page"></a>Règle horizontale</h3>