summaryrefslogtreecommitdiffstats
path: root/public/help/ko/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/ko/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/ko/wiki_syntax_detailed.html')
-rw-r--r--public/help/ko/wiki_syntax_detailed.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/public/help/ko/wiki_syntax_detailed.html b/public/help/ko/wiki_syntax_detailed.html
index 0da31866b..862aac9d7 100644
--- a/public/help/ko/wiki_syntax_detailed.html
+++ b/public/help/ko/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>