diff options
author | Jorge Arellano Cid <jcid@dillo.org> | 2016-06-24 11:25:48 -0400 |
---|---|---|
committer | Jorge Arellano Cid <jcid@dillo.org> | 2016-06-24 11:25:48 -0400 |
commit | 29f65909079b027a1e8f81ed6a8c7b46a97e5ef1 (patch) | |
tree | fc331d7825bd83a9d4759cd5023e157021611eff /src/html.cc | |
parent | 365f4dbe539a17462d4fe681cccd4e6209fdfecd (diff) |
Changed a bug meter message for clarity.
Diffstat (limited to 'src/html.cc')
-rw-r--r-- | src/html.cc | 2 |
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( |