summaryrefslogtreecommitdiffstats
path: root/public/help/fa
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2015-03-15 10:02:48 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2015-03-15 10:02:48 +0000
commitf9a62f2dc3241ae2f717f740da860903ad7ae346 (patch)
treea1749738c118a5eaa426b2068f3398dea58f24ca /public/help/fa
parentc271be6d81c40c97e5aa5bdc260e1b901522bb92 (diff)
downloadredmine-f9a62f2dc3241ae2f717f740da860903ad7ae346.tar.gz
redmine-f9a62f2dc3241ae2f717f740da860903ad7ae346.zip
Merged r14102 (#19381).
git-svn-id: http://svn.redmine.org/redmine/branches/3.0-stable@14103 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public/help/fa')
-rw-r--r--public/help/fa/wiki_syntax_detailed.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/public/help/fa/wiki_syntax_detailed.html b/public/help/fa/wiki_syntax_detailed.html
index dc26a2b1e..2fa87bdcc 100644
--- a/public/help/fa/wiki_syntax_detailed.html
+++ b/public/help/fa/wiki_syntax_detailed.html
@@ -281,14 +281,14 @@ To go live, all you need to add is a database and a web server.
<dt><code>child_pages</code></dt>
<dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
- <pre><code>!{{child_pages}} -- can be used from a wiki page only
-!{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
+ <pre><code>{{child_pages}} -- can be used from a wiki page only
+{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
<dt><code>include</code></dt>
<dd><p>Include a wiki page. Example:</p>
- <pre><code>!{{include(Foo)}}</code></pre>
+ <pre><code>{{include(Foo)}}</code></pre>
<p>or to include a page of a specific project wiki:</p>
- <pre><code>!{{include(projectname:Foo)}}</code></pre></dd>
+ <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
<dt><code>collapse</code></dt>
<dd><p>Inserts of collapsed block of text. Example:</p>