diff options
author | boasting-squirrel <boasting.squirrel@gmail.com> | 2019-02-05 06:49:16 +0000 |
---|---|---|
committer | boasting-squirrel <boasting.squirrel@gmail.com> | 2019-02-05 06:49:16 +0000 |
commit | ecbfaaa41d761a6828a1f2215d057157666ef067 (patch) | |
tree | 159334ba59bc52db1461925789926b20eb6be03a /src/main.rs | |
parent | Added --reverse option to reverse sort order (diff) | |
download | miniserve-ecbfaaa41d761a6828a1f2215d057157666ef067.tar.gz miniserve-ecbfaaa41d761a6828a1f2215d057157666ef067.zip |
Fixed missing slash in CSS causing new line
Diffstat (limited to '')
-rw-r--r-- | src/main.rs | 2 |
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;\ }}\ |