summaryrefslogtreecommitdiff
path: root/bk_html.c
diff options
context:
space:
mode:
Diffstat (limited to 'bk_html.c')
-rw-r--r--bk_html.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/bk_html.c b/bk_html.c
index ce1dc4a..7914024 100644
--- a/bk_html.c
+++ b/bk_html.c
@@ -1988,6 +1988,7 @@ static char *html_format(paragraph *p, char *template_string)
} else if (p->keyword && *p->keyword && fmt == 'k')
ws = p->keyword;
else
+ /* %N comes here; also failure cases of other fmts */
w = p->words;
if (ws) {