# HG changeset patch # User nanaya # Date 1441483505 -32400 # Node ID a2f8e5c807692eb04be48c77707cce372823e0fa # Parent 130dc1054fd2ff106be962e04b3cc36eddb54944 Fix html compliance. diff -r 130dc1054fd2 -r a2f8e5c80769 app/views/layouts/application.html.erb --- a/app/views/layouts/application.html.erb Sun Sep 06 04:58:03 2015 +0900 +++ b/app/views/layouts/application.html.erb Sun Sep 06 05:05:05 2015 +0900 @@ -23,18 +23,21 @@ - + + +
diff -r 130dc1054fd2 -r a2f8e5c80769 app/views/pastes/new.html.erb --- a/app/views/pastes/new.html.erb Sun Sep 06 04:58:03 2015 +0900 +++ b/app/views/pastes/new.html.erb Sun Sep 06 05:05:05 2015 +0900 @@ -40,7 +40,7 @@ <%= f.button :class => "btn btn-primary" %> <%= link_to t(".clear"), "#", :class => "btn btn-danger js-paste-clear" %> -
+ <% end %>