diff --git a/src/util.rs b/src/util.rs
index 7904af1..57a06f4 100644
--- a/src/util.rs
+++ b/src/util.rs
@@ -14,7 +14,7 @@ use crate::{Result, ILIAS_URL};
/// Prepends a doctype and a base URL to the HTML fragment.
pub fn wrap_html(html_fragment: &str) -> String {
- format!(r#"\n{}"#, ILIAS_URL, html_fragment)
+ format!("\n{}", ILIAS_URL, html_fragment)
}
pub async fn write_stream_to_file(