nitlight: use `cname` or `full_name` to avoid module conflicts
[nit.git] / src / highlight.nit
index 323434f..2a139ee 100644 (file)
@@ -352,7 +352,7 @@ redef class MModule
        # The module HTML page
        fun href: String
        do
-               return name + ".html"
+               return c_name + ".html"
        end
 
        redef fun linkto do return linkto_text(name)