From: Alexandre Terrasa Date: Mon, 19 Jan 2015 12:17:56 +0000 (+0100) Subject: nitiwiki: fixes links to auto-index pages. X-Git-Tag: v0.7.1~21^2~1 X-Git-Url: http://nitlanguage.org nitiwiki: fixes links to auto-index pages. Signed-off-by: Alexandre Terrasa --- diff --git a/contrib/nitiwiki/src/wiki_html.nit b/contrib/nitiwiki/src/wiki_html.nit index 7f213b7..baf7b29 100644 --- a/contrib/nitiwiki/src/wiki_html.nit +++ b/contrib/nitiwiki/src/wiki_html.nit @@ -322,6 +322,10 @@ class WikiSectionIndex # The section described by `self`. var section: WikiSection + redef fun title do return section.title + + redef fun url do return section.url + redef var is_dirty = false redef fun tpl_article do