diff --git a/src/main.rs b/src/main.rs index 51a4539..906475a 100644 --- a/src/main.rs +++ b/src/main.rs @@ -51,6 +51,7 @@ fn markov(nanpa: u8) -> String { // pali e nimi sin kepeken ilo Mako. mako.feed_file("nimi").expect("lipu li lon ala a"); while x < nanpa { kon.push_str(mako.generate_str().as_str()); + kon.push_str(" "); x += 1; } kon diff --git a/templates/index.html.hbs b/templates/index.html.hbs index f2fc640..8b14be6 100644 --- a/templates/index.html.hbs +++ b/templates/index.html.hbs @@ -11,7 +11,7 @@

{{nimisin}}

-
{{kon}}
+

{{kon}}

{{toki}}