From 07033fff2c047e3277f7f0e00adeb3872497c79c Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sun, 15 Mar 2015 10:02:00 +0000 Subject: Wrong syntax for wiki macros in wiki_syntax_detailed.html (#19381). Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@14102 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- public/help/th/wiki_syntax_detailed.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'public/help/th') diff --git a/public/help/th/wiki_syntax_detailed.html b/public/help/th/wiki_syntax_detailed.html index dc26a2b1e..2fa87bdcc 100644 --- a/public/help/th/wiki_syntax_detailed.html +++ b/public/help/th/wiki_syntax_detailed.html @@ -281,14 +281,14 @@ To go live, all you need to add is a database and a web server.
child_pages

Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:

-
!{{child_pages}} -- can be used from a wiki page only
-!{{child_pages(depth=2)}} -- display 2 levels nesting only
+
{{child_pages}} -- can be used from a wiki page only
+{{child_pages(depth=2)}} -- display 2 levels nesting only
include

Include a wiki page. Example:

-
!{{include(Foo)}}
+
{{include(Foo)}}

or to include a page of a specific project wiki:

-
!{{include(projectname:Foo)}}
+
{{include(projectname:Foo)}}
collapse

Inserts of collapsed block of text. Example:

-- cgit v1.2.3