diff --git a/app/views/admin/create_system.rhtml b/app/views/admin/create_system.rhtml index 40743c83..af61a060 100644 --- a/app/views/admin/create_system.rhtml +++ b/app/views/admin/create_system.rhtml @@ -1,4 +1,4 @@ -<% @title = "Instiki Setup"; @content_width = 500 %> +<%- @title = "Instiki Setup"; @content_width = 500 -%>

Congratulations on succesfully installing and starting Instiki. diff --git a/app/views/admin/create_web.rhtml b/app/views/admin/create_web.rhtml index 59caf044..eda68cfb 100644 --- a/app/views/admin/create_web.rhtml +++ b/app/views/admin/create_web.rhtml @@ -1,4 +1,4 @@ -<% @title = "New Wiki Web"; @content_width = 500 %> +<%- @title = "New Wiki Web"; @content_width = 500 -%>

Each web serves as an isolated name space for wiki pages, @@ -36,7 +36,7 @@

-<% end %> +<%- end -%>