aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorboasting-squirrel <boasting.squirrel@gmail.com>2019-02-05 06:49:16 +0000
committerboasting-squirrel <boasting.squirrel@gmail.com>2019-02-05 06:49:16 +0000
commitecbfaaa41d761a6828a1f2215d057157666ef067 (patch)
tree159334ba59bc52db1461925789926b20eb6be03a
parentAdded --reverse option to reverse sort order (diff)
downloadminiserve-ecbfaaa41d761a6828a1f2215d057157666ef067.tar.gz
miniserve-ecbfaaa41d761a6828a1f2215d057157666ef067.zip
Fixed missing slash in CSS causing new line
Diffstat (limited to '')
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
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<S>(
a.root, a.root:visited {{\
font-weight: bold;\
color: #777c82;\
- }}
+ }}\
a.directory {{\
font-weight: bold;\
}}\