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/ru/wiki_syntax_detailed.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'public/help/ru') diff --git a/public/help/ru/wiki_syntax_detailed.html b/public/help/ru/wiki_syntax_detailed.html index 52788d778..b444c3c1b 100644 --- a/public/help/ru/wiki_syntax_detailed.html +++ b/public/help/ru/wiki_syntax_detailed.html @@ -314,14 +314,14 @@ bq. Rails - это полноценный, многоуровневый фрей
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

Вставить wiki страницу. Пример:

-
!{{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