diff --git a/kepub/content.go b/kepub/content.go
index 2a82228..367d703 100644
--- a/kepub/content.go
+++ b/kepub/content.go
@@ -228,7 +228,7 @@ func process(content *string) error {
}
// Kobo style fixes
- h = strings.Replace(h, "", "", 1)
+ h = strings.Replace(h, "", "", 1)
*content = h