diff --git a/IHP/IDE/CodeGen/ApplicationGenerator.hs b/IHP/IDE/CodeGen/ApplicationGenerator.hs index ca97c2236..2317ab37a 100644 --- a/IHP/IDE/CodeGen/ApplicationGenerator.hs +++ b/IHP/IDE/CodeGen/ApplicationGenerator.hs @@ -169,7 +169,7 @@ generateGenericApplication applicationName = <>"\n" <>"instance View WelcomeView where\n" <>" html WelcomeView = [hsx|\n" - <>"
\n" + <>"
\n" <>"
\n" <>"

\n" <>" IHP\n" @@ -198,7 +198,7 @@ generateGenericApplication applicationName = <>"

\n" <>"\n" <>"
\n" - <>" \"/ihp-welcome-icon\"\n" + <>" \"/ihp-welcome-icon\"\n" <>"

\n" <>" You can modify this start page by making changes to \"./Web/View/Static/Welcome.hs\".\n" <>"

\n" diff --git a/IHP/Welcome/Controller.hs b/IHP/Welcome/Controller.hs index fced499e0..b998ebeb7 100644 --- a/IHP/Welcome/Controller.hs +++ b/IHP/Welcome/Controller.hs @@ -20,7 +20,7 @@ instance Controller WelcomeController where view :: H.Html view = [hsx| -
+

λ IHP