diff options
| author | Jacob Nevins <jacobn@chiark.greenend.org.uk> | 2005-02-18 20:38:59 +0000 |
|---|---|---|
| committer | Jacob Nevins <jacobn@chiark.greenend.org.uk> | 2005-02-18 20:38:59 +0000 |
| commit | d32528ad971b002123546df813fdb0cfc18dcaa2 (patch) | |
| tree | acfe8fa5cca49800050fa889b194a86444eb17a4 | |
| parent | f48a8e340e560d9869f1221e8dba0cfbf3e93eb3 (diff) | |
| download | halibut-d32528ad971b002123546df813fdb0cfc18dcaa2.zip halibut-d32528ad971b002123546df813fdb0cfc18dcaa2.tar.gz halibut-d32528ad971b002123546df813fdb0cfc18dcaa2.tar.bz2 halibut-d32528ad971b002123546df813fdb0cfc18dcaa2.tar.xz | |
Comment in template code
[originally from svn r5348]
| -rw-r--r-- | bk_html.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) { |