nitunit/docunit: consider invalid-block as prefailed nitunits
[nit.git] / src / web / web_views.nit
index 950c839..7273187 100644 (file)
@@ -55,7 +55,7 @@ class HtmlResultPage
                var list = new UnorderedList
                for mentity in results do
                        var link = mentity.html_link
-                       link.text = mentity.html_raw_namespace
+                       link.text = mentity.html_full_name
                        list.add_li new ListItem(link)
                end
                tpl.add list