diff --git a/src/renderer/html_handlebars/helpers/playpen.rs b/src/renderer/html_handlebars/helpers/playpen.rs index 978a0a13..c71a70a0 100644 --- a/src/renderer/html_handlebars/helpers/playpen.rs +++ b/src/renderer/html_handlebars/helpers/playpen.rs @@ -35,7 +35,7 @@ pub fn render_playpen(s: &str, path: &Path) -> String { continue; }; - let replacement = String::new() + "
" + &file_content +
+        let replacement = String::new() + "
" + &file_content +
                           "
"; replaced.push_str(&s[previous_end_index..playpen.start_index]);