From 4ea33b16d348484aa12bd6ba25a37a6220bd9b73 Mon Sep 17 00:00:00 2001 From: Alexandre Terrasa Date: Fri, 12 Dec 2014 15:29:56 -0500 Subject: [PATCH] lib/html: fixes useless private visibility Signed-off-by: Alexandre Terrasa --- lib/html/html.nit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/html/html.nit b/lib/html/html.nit index f7ae180..83ff255 100644 --- a/lib/html/html.nit +++ b/lib/html/html.nit @@ -325,6 +325,6 @@ end private class HTMLRaw super HTMLTag - private var content: String + var content: String redef fun render_in(res) do res.add content end -- 1.7.9.5