From 51f4021a04c3f36bdf7fa14006be531bd35860c6 Mon Sep 17 00:00:00 2001 From: Alexandre Terrasa Date: Wed, 2 May 2018 18:40:19 -0400 Subject: [PATCH] doc/commands: fix HTML rendering for CmdEntity Signed-off-by: Alexandre Terrasa --- src/doc/commands/commands_html.nit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/commands/commands_html.nit b/src/doc/commands/commands_html.nit index ee7a792..ec4042a 100644 --- a/src/doc/commands/commands_html.nit +++ b/src/doc/commands/commands_html.nit @@ -48,7 +48,7 @@ redef class CmdEntity redef fun to_html do var mentity = self.mentity if mentity == null then return "" - return mentity.html_link + return mentity.html_link.write_to_string end end -- 1.7.9.5