summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--html.c1
-rw-r--r--stylesheet.c3
2 files changed, 1 insertions, 3 deletions
diff --git a/html.c b/html.c
index 25565c6..f8f8539 100644
--- a/html.c
+++ b/html.c
@@ -464,6 +464,7 @@ static uint32_t threadCount(struct List thread) {
 }
 
 static int htmlReplies(FILE *file, uint32_t replies) {
+	if (!replies) return 0;
 	const char *template = Q(
 		<data class="replies" value="[replies]">[replies] repl[ies]</data>
 	);
diff --git a/stylesheet.c b/stylesheet.c
index 236dea0..237bc96 100644
--- a/stylesheet.c
+++ b/stylesheet.c
@@ -27,9 +27,6 @@ const char Stylesheet[] = Q(
 	main.index time, main.index data.replies {
 		display: block;
 	}
-	main.index data.replies[value="0"] {
-		display: none;
-	}
 
 	article.message header {
 		background-color: gainsboro;
ommit/bin/hi.c?id=4340d2534111975fa563878dee9b3f03b995add5&follow=1'>Use :target rather than :focus pseudo-classJune McEnroe :target persists after you click on something else. 2019-12-18Copy cgit auxiliary binaries properlyJune McEnroe 2019-12-18Add git.causal.agency cgit configJune McEnroe 2019-12-18Bail from hi if input is binaryJune McEnroe NULs in the input cause an infinite loop in htmlEscape, not to mention regexes obviously not working, etc. 2019-12-16Post "cgit setup"June McEnroe