Comment in template code
authorjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Fri, 18 Feb 2005 20:38:59 +0000 (20:38 +0000)
committerjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Fri, 18 Feb 2005 20:38:59 +0000 (20:38 +0000)
git-svn-id: svn://svn.tartarus.org/sgt/halibut@5348 cda61777-01e9-0310-a592-d414129be87e

bk_html.c

index ce1dc4a..7914024 100644 (file)
--- 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) {