Commit Diff


commit - f528b33ecc8d05209f34af6472acdbc70f51d285
commit + dcb3fe6d633a560ba73f75438928084d3f1b3e46
blob - d610355a3f139a7aca01158af898f744596634e1
blob + 51761f40d3a30adc6a59d09225c7f61c1b149feb
--- gotwebd/pages.tmpl
+++ gotwebd/pages.tmpl
@@ -268,7 +268,6 @@ static inline int rss_author(struct template *, char *
 	};
 
 	if (qs->action == SUMMARY) {
-		qs->action = BRIEFS;
 		error = got_get_repo_commits(c, D_MAXSLCOMMDISP);
 	} else
 		error = got_get_repo_commits(c, srv->max_commits_display);