summaryrefslogtreecommitdiff
path: root/bk_html.c
diff options
context:
space:
mode:
authorJacob Nevins <jacobn@chiark.greenend.org.uk>2005-02-18 20:38:59 +0000
committerJacob Nevins <jacobn@chiark.greenend.org.uk>2005-02-18 20:38:59 +0000
commitd32528ad971b002123546df813fdb0cfc18dcaa2 (patch)
treeacfe8fa5cca49800050fa889b194a86444eb17a4 /bk_html.c
parentf48a8e340e560d9869f1221e8dba0cfbf3e93eb3 (diff)
downloadhalibut-d32528ad971b002123546df813fdb0cfc18dcaa2.zip
halibut-d32528ad971b002123546df813fdb0cfc18dcaa2.tar.gz
halibut-d32528ad971b002123546df813fdb0cfc18dcaa2.tar.bz2
halibut-d32528ad971b002123546df813fdb0cfc18dcaa2.tar.xz
Comment in template code
[originally from svn r5348]
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) {