diff --git a/src/subcommand/server.rs b/src/subcommand/server.rs index 0bb90b6eab..313f40abfa 100644 --- a/src/subcommand/server.rs +++ b/src/subcommand/server.rs @@ -3726,7 +3726,7 @@ mod tests {

1 Sat Range

.*" ), ); @@ -3771,7 +3771,7 @@ mod tests {

1 Sat Range

.*" ), ); diff --git a/src/templates/output.rs b/src/templates/output.rs index cefc2036a7..7bcd0c7009 100644 --- a/src/templates/output.rs +++ b/src/templates/output.rs @@ -48,7 +48,7 @@ mod tests {

2 Sat Ranges

" .unindent() @@ -107,7 +107,7 @@ mod tests {

2 Sat Ranges

" .unindent() diff --git a/templates/output.html b/templates/output.html index a6e57e29c3..ffbdde4a37 100644 --- a/templates/output.html +++ b/templates/output.html @@ -41,7 +41,7 @@

{{"Sat Range".tally(sat_ranges.len())}}

%% if value == 1 {
  • {{start}}
  • %% } else { -
  • {{start}}-{{end}} ({{value}} sats)
  • +
  • {{start}}-{{end}} ({{value}} sats)
  • %% } %% }