aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Hjemli <hjemli@gmail.com>2012-01-03 22:19:29 +0100
committerLars Hjemli <hjemli@gmail.com>2012-01-03 22:19:29 +0100
commit1de3048d08fc6491630c45437f88f5ab03c0508f (patch)
tree3a8db575148b0d0a6f86835e5ef283f594d2feac
parentaa25ff3c8b548077f2793c1162f3610af03e63df (diff)
parent94b7c76e531315b245f79a9e2dfd0655e6e45fee (diff)
downloadcgit-1de3048d08fc6491630c45437f88f5ab03c0508f.tar.gz
cgit-1de3048d08fc6491630c45437f88f5ab03c0508f.tar.xz
Merge branch 'stable'
-rw-r--r--ui-shared.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui-shared.c b/ui-shared.c
index 85c2096..3e9282f 100644
--- a/ui-shared.c
+++ b/ui-shared.c
@@ -619,7 +619,7 @@ void cgit_print_docstart(struct cgit_context *ctx)
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());