erichexter / twitter.bootstrap.mvc

nuget package to make bootstrap easy with mvc4
Apache License 2.0
248 stars 134 forks source link

Update src/Bootstrap/Views/Shared/_validationSummary.cshtml #76

Closed roryprimrose closed 11 years ago

roryprimrose commented 11 years ago

Found a bug where the alert div was being rendered when the only validation error found is not bound to a property and exclude properties is true. This is because ValidationSummary pushes in a blank entry in this scenario.

erroric commented 11 years ago

+1