diff options
Diffstat (limited to 'public/help/sl')
-rw-r--r-- | public/help/sl/wiki_syntax_detailed.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/public/help/sl/wiki_syntax_detailed.html b/public/help/sl/wiki_syntax_detailed.html index dc26a2b1e..2fa87bdcc 100644 --- a/public/help/sl/wiki_syntax_detailed.html +++ b/public/help/sl/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> |