From a7067f7bfcbde7b2180913a2cd5577442ebd02fa Mon Sep 17 00:00:00 2001 From: corvid Date: Fri, 6 Sep 2013 04:45:55 +0000 Subject: fix bug_msg --- src/html.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/html.cc') 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; -- cgit v1.2.3