diff --git a/src/format/html.rs b/src/format/html.rs
index e416cf3..eccd98a 100644
--- a/src/format/html.rs
+++ b/src/format/html.rs
@@ -235,7 +235,7 @@ impl ToHtml for Image {
impl ToHtml for BoldText {
fn to_html(&self) -> String {
- format!("{}", self.value.to_html())
+ format!("{}", self.value.to_html())
}
}