Fix another "error_explanation" css class in guides [ci skip]

This commit is contained in:
Carlos Antonio da Silva 2013-06-25 19:06:15 -03:00
parent 1238b5dc02
commit 7438e2fa83

@ -1,6 +1,6 @@
<%= form_for @post do |f| %>
<% if @post.errors.any? %>
<div id="errorExplanation">
<div id="error_explanation">
<h2><%= pluralize(@post.errors.count, "error") %> prohibited
this post from being saved:</h2>
<ul>