mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix configuring guide to validate XHTML 1.0 Strict
This commit is contained in:
parent
d14deb7172
commit
71057c814e
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ There are only a few configuration options for Action View, starting with four o
|
|||
|
||||
* +config.action_view.warn_cache_misses+ tells Rails to display a warning whenever an action results in a cache miss on your view paths. The default is +false+.
|
||||
|
||||
* +config.action_view.field_error_proc+ provides an HTML generator for displaying errors that come from Active Record. The default is <tt>Proc.new{ |html_tag, instance| "<div class=\"fieldWithErrors\">#{html_tag}</div>" }</tt>
|
||||
* +config.action_view.field_error_proc+ provides an HTML generator for displaying errors that come from Active Record. The default is <tt>Proc.new{ |html_tag, instance| "<div class=\"fieldWithErrors\">#{html_tag}</div>" }</tt>
|
||||
|
||||
* +config.action_view.default_form_builder+ tells Rails which form builder to use by default. The default is +ActionView::Helpers::FormBuilder+.
|
||||
|
||||
|
|
Loading…
Reference in a new issue