diff options
Diffstat (limited to 'ui-atom.c')
-rw-r--r-- | ui-atom.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -63,7 +63,7 @@ static void add_entry(struct commit *commit, const char *host) | |||
63 | html_attr(pageurl); | 63 | html_attr(pageurl); |
64 | if (ctx.cfg.virtual_root) | 64 | if (ctx.cfg.virtual_root) |
65 | delim = '?'; | 65 | delim = '?'; |
66 | htmlf("%cid=%s", delim, hex); | 66 | html_attrf("%cid=%s", delim, hex); |
67 | html("'/>\n"); | 67 | html("'/>\n"); |
68 | free(pageurl); | 68 | free(pageurl); |
69 | } | 69 | } |