diff options
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( |