diff options
Diffstat (limited to 'src/renderer.rs')
-rw-r--r-- | src/renderer.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/renderer.rs b/src/renderer.rs index 70e40a2..1253bec 100644 --- a/src/renderer.rs +++ b/src/renderer.rs @@ -80,12 +80,12 @@ fn build_link( /// Partial: chevron up fn chevron_up() -> Markup { - (PreEscaped("▴".to_string())) + (PreEscaped("▴".to_string())) } /// Partial: chevron up fn chevron_down() -> Markup { - (PreEscaped("▾".to_string())) + (PreEscaped("▾".to_string())) } /// Partial: page header |