summaryrefslogtreecommitdiffstats
path: root/html.c
diff options
context:
space:
mode:
Diffstat (limited to 'html.c')
-rw-r--r--html.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/html.c b/html.c
index ea21d49f..c477fd1b 100644
--- a/html.c
+++ b/html.c
@@ -591,6 +591,8 @@ print_otag(struct html *h, enum htmltag tag, const char *fmt, ...)
break;
su = &mysu;
a2width(arg2, su);
+ /* Increase width to make even bold text fit. */
+ su->scale *= 1.1;
if (fmt[-1] == 'W')
su->scale *= -1.0;
break;