aboutsummaryrefslogtreecommitdiffstats
path: root/src/epub.rs
diff options
context:
space:
mode:
authorJames Campos <james.r.campos@gmail.com>2020-11-23 00:35:48 -0800
committerJames Campos <james.r.campos@gmail.com>2020-11-23 00:35:48 -0800
commit2a9bd053196deb7710729bc3541e7d5feb9e4856 (patch)
treed500c8259912989184165ea461d7eaa5fff8dfcf /src/epub.rs
parent1df2eb16f974de2dfc31fd1b4937ecbd3f7bc3be (diff)
downloadbk-2a9bd053196deb7710729bc3541e7d5feb9e4856.tar.gz
toc cursor #8
Diffstat (limited to 'src/epub.rs')
-rw-r--r--src/epub.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/epub.rs b/src/epub.rs
index 9c53551..496ee96 100644
--- a/src/epub.rs
+++ b/src/epub.rs
@@ -200,7 +200,7 @@ fn render(n: Node, c: &mut Chapter) {
c.render(n, Attribute::Underlined, Attribute::NoUnderline);
c.links.push((start, c.text.len(), url.to_string()));
}
- _ => c.render_text(n)
+ _ => c.render_text(n),
}
}
"em" => c.render(n, Attribute::Italic, Attribute::NoItalic),