From 391b5ec6ef2b586beeb9552358c5c3fbb50725d4 Mon Sep 17 00:00:00 2001
From: Toshi MARUYAMA <marutosijp2@yahoo.co.jp>
Date: Mon, 25 Nov 2013 05:23:09 +0000
Subject: use escaping html in wiki_syntax_detailed.html

git-svn-id: http://svn.redmine.org/redmine/trunk@12340 e93f8b46-1217-0410-a6f0-8f06a7374b81
---
 public/help/bs/wiki_syntax_detailed.html | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

(limited to 'public/help/bs')

diff --git a/public/help/bs/wiki_syntax_detailed.html b/public/help/bs/wiki_syntax_detailed.html
index 0da31866b..862aac9d7 100644
--- a/public/help/bs/wiki_syntax_detailed.html
+++ b/public/help/bs/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>
-- 
cgit v1.2.3