From: Alexis Laferrière Date: Sat, 6 May 2017 19:32:22 +0000 (-0400) Subject: highlight: new_dropdown accepts raw html X-Git-Url: http://nitlanguage.org highlight: new_dropdown accepts raw html Signed-off-by: Alexis Laferrière --- diff --git a/src/highlight.nit b/src/highlight.nit index 66e1cd9..65c98da 100644 --- a/src/highlight.nit +++ b/src/highlight.nit @@ -363,12 +363,14 @@ class HInfoBox end # Append a new dropdown in the popuped content - fun new_dropdown(title, text: String): HTMLTag + fun new_dropdown(title, text: String, text_is_html: nullable Bool): HTMLTag do content.add_raw_html """"