all repos — cgit @ 1de3048d08fc6491630c45437f88f5ab03c0508f

a hyperfast web frontend for git written in c

Merge branch 'stable'
Lars Hjemli hjemli@gmail.com
Tue, 03 Jan 2012 21:19:29 +0000
commit

1de3048d08fc6491630c45437f88f5ab03c0508f

parent

aa25ff3c8b548077f2793c1162f3610af03e63df

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M ui-shared.cui-shared.c

@@ -619,7 +619,7 @@ html("<link rel='shortcut icon' href='");

html_attr(ctx->cfg.favicon); html("'/>\n"); } - if (host && ctx->repo) { + if (host && ctx->repo && ctx->qry.head) { html("<link rel='alternate' title='Atom feed' href='"); html(cgit_httpscheme()); html_attr(cgit_hosturl());