diff options
Diffstat (limited to 'public/help/fr/wiki_syntax_textile.html')
-rw-r--r-- | public/help/fr/wiki_syntax_textile.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/help/fr/wiki_syntax_textile.html b/public/help/fr/wiki_syntax_textile.html index 39d831aa1..1593c8b65 100644 --- a/public/help/fr/wiki_syntax_textile.html +++ b/public/help/fr/wiki_syntax_textile.html @@ -24,7 +24,7 @@ </pre> </td></tr> -<tr><th colspan="3">Code colorisé <span class="more_info">(<a href="wiki_syntax_detailed_textile.html#13" target="_blank">more</a>)</span></th></tr> +<tr><th colspan="3">Code colorisé <span class="more_info">(<a href="wiki_syntax_detailed_textile.html#13" target="_blank">more</a> | <a href="../code_highlighting_languages.html" target="_blank">supported languages</a>)</span></th></tr> <tr><th><img src="../../images/jstoolbar/bt_precode.png" style="border: 1px solid #bbb;" alt="Code colorisé" /></th><td><pre><code class="ruby"><br />3.times do<br /> puts 'Hello'<br />end<br /></code></pre></td><td> <pre><code class="ruby syntaxhl"><span class="mi">3</span><span class="p">.</span><span class="nf">times</span> <span class="k">do</span> <span class="nb">puts</span> <span class="s1">'Hello'</span> |