From ecbfaaa41d761a6828a1f2215d057157666ef067 Mon Sep 17 00:00:00 2001 From: boasting-squirrel Date: Tue, 5 Feb 2019 07:49:16 +0100 Subject: Fixed missing slash in CSS causing new line --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/main.rs b/src/main.rs index 24f7d82..d3fb3b1 100644 --- a/src/main.rs +++ b/src/main.rs @@ -630,7 +630,7 @@ fn directory_listing( a.root, a.root:visited {{\ font-weight: bold;\ color: #777c82;\ - }} + }}\ a.directory {{\ font-weight: bold;\ }}\ -- cgit v1.2.3