Commit Diff


commit - 3969253a0514c1e4c685eb413d74cd89f40ecaf0
commit + 7b1f04a64481938488cb6031cc765f593cee5aed
blob - 0708437625bb4bf11ff867557905167c4d30d0c7
blob + 193f8921b69da780c93b283e4d0e2273d89b0f40
--- gotweb/gotweb.c
+++ gotweb/gotweb.c
@@ -1680,6 +1680,7 @@ gw_tags(struct gw_trans *gw_trans)
 		goto done;
 
 	if (gw_trans->action == GW_SUMMARY) {
+		gw_trans->next_id = NULL;
 		error = gw_output_repo_tags(gw_trans, header,
 		    D_MAXSLCOMMDISP, TAGBRIEF);
 		if (error)