summaryrefslogtreecommitdiffstats
path: root/public/help/sk/wiki_syntax_detailed.html
diff options
context:
space:
mode:
Diffstat (limited to 'public/help/sk/wiki_syntax_detailed.html')
-rw-r--r--public/help/sk/wiki_syntax_detailed.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/public/help/sk/wiki_syntax_detailed.html b/public/help/sk/wiki_syntax_detailed.html
index 0da31866b..862aac9d7 100644
--- a/public/help/sk/wiki_syntax_detailed.html
+++ b/public/help/sk/wiki_syntax_detailed.html
@@ -195,7 +195,7 @@ http://www.redmine.org, someone@foo.bar
<ul>
<li><strong>!image_url!</strong> displays an image located at image_url (textile syntax)</li>
- <li><strong>!>image_url!</strong> right floating image</li>
+ <li><strong>!&gt;image_url!</strong> right floating image</li>
<li>If you have an image attached to your wiki page, it can be displayed inline using its filename: <strong>!attached_image.png!</strong></li>
</ul>
@@ -213,7 +213,7 @@ h3. Subsubheading
<h3><a name="9" class="wiki-page"></a>Paragraphs</h3>
<pre>
-p>. right aligned
+p&gt;. right aligned
p=. centered
</pre>
@@ -239,8 +239,8 @@ To go live, all you need to add is a database and a web server.
<h3><a name="11" class="wiki-page"></a>Table of content</h3>
<pre>
-{{toc}} => left aligned toc
-{{>toc}} => right aligned toc
+{{toc}} =&gt; left aligned toc
+{{&gt;toc}} =&gt; right aligned toc
</pre>
<h3><a name="14" class="wiki-page"></a>Horizontal Rule</h3>