nitiwiki: fixes links to auto-index pages.
authorAlexandre Terrasa <alexandre@moz-code.org>
Mon, 19 Jan 2015 12:17:56 +0000 (13:17 +0100)
committerAlexandre Terrasa <alexandre@moz-code.org>
Mon, 19 Jan 2015 12:17:56 +0000 (13:17 +0100)
Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

contrib/nitiwiki/src/wiki_html.nit

index 7f213b7..baf7b29 100644 (file)
@@ -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