diff --git a/templates/layouts/main.html.ep b/templates/layouts/main.html.ep index 9f3061e..48c6c8a 100644 --- a/templates/layouts/main.html.ep +++ b/templates/layouts/main.html.ep @@ -5,6 +5,6 @@

Post::Text

-<%= content %> +<%= content =%> diff --git a/templates/post.html.ep b/templates/post.html.ep index 2598213..2c2f75a 100644 --- a/templates/post.html.ep +++ b/templates/post.html.ep @@ -8,7 +8,7 @@
<%= label_for title => 'Title' %> - <%= text_field 'title', maxlength => 255, minlength => 1 %> + <%= text_field 'title', maxlength => 127, minlength => 1 %>
<%= label_for post => 'Text' %>