diff options
-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 c859bef8..f515ba17 100644 --- a/src/html.cc +++ b/src/html.cc @@ -1515,7 +1515,7 @@ static int bool valid = *val && !strchr(val, ' '); if (!valid) { - BUG_MSG("'%s' value must not be empty and must not contain spaces", + BUG_MSG("'%s' value must not be empty and must not contain spaces.\n", attrname); } return valid ? 1 : 0; |