From 29f65909079b027a1e8f81ed6a8c7b46a97e5ef1 Mon Sep 17 00:00:00 2001 From: Jorge Arellano Cid Date: Fri, 24 Jun 2016 11:25:48 -0400 Subject: Changed a bug meter message for clarity. --- src/html.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/html.cc b/src/html.cc index 08bb7d38..ad3ea387 100644 --- a/src/html.cc +++ b/src/html.cc @@ -3681,7 +3681,7 @@ static void Html_tag_cleanup_to_idx(DilloHtml *html, int s_idx, // inline element in non inline container BUG_MSG((op == 'o') ? "Bad nesting: <%s> can't contain <%s>. -- closing <%s>." : - "<%s> must have been closed before . -- closing <%s>.", + "<%s> needs to be closed before . -- closing <%s>.", toptag.name, Tags[ni].name, toptag.name); } else { BUG_MSG( -- cgit v1.2.3