aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJorge Arellano Cid <jcid@dillo.org>2016-06-24 11:25:48 -0400
committerJorge Arellano Cid <jcid@dillo.org>2016-06-24 11:25:48 -0400
commit29f65909079b027a1e8f81ed6a8c7b46a97e5ef1 (patch)
treefc331d7825bd83a9d4759cd5023e157021611eff
parent365f4dbe539a17462d4fe681cccd4e6209fdfecd (diff)
Changed a bug meter message for clarity.
-rw-r--r--src/html.cc2
1 files changed, 1 insertions, 1 deletions
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 </%s>. -- closing <%s>.",
+ "<%s> needs to be closed before </%s>. -- closing <%s>.",
toptag.name, Tags[ni].name, toptag.name);
} else {
BUG_MSG(