aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/renderer.rs4
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