diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2013-11-25 05:23:09 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2013-11-25 05:23:09 +0000 |
commit | 391b5ec6ef2b586beeb9552358c5c3fbb50725d4 (patch) | |
tree | e07bcc521c92a19e9bd1a76819aa8555399edb3e /public/help/ko/wiki_syntax_detailed.html | |
parent | 41478dc664dc640a59342b3afeef1b826035dfa1 (diff) | |
download | redmine-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.html | 8 |
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>!>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>. 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}} => left aligned toc +{{>toc}} => right aligned toc </pre> <h3><a name="14" class="wiki-page"></a>Horizontal Rule</h3> |