aboutsummaryrefslogtreecommitdiff
path: root/src/html.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/html.cc')
-rw-r--r--src/html.cc2
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;