diff options
author | Jaime Iniesta <jaimeiniesta@gmail.com> | 2010-04-06 17:42:36 +0200 |
---|---|---|
committer | Jaime Iniesta <jaimeiniesta@gmail.com> | 2010-04-06 17:42:36 +0200 |
commit | 6a4bf5590ae01e479e96385a6028400abb5d891f (patch) | |
tree | e53ab6c353351508117d456f0bfb1edec0113e93 /railties/guides/source/contributing_to_rails.textile | |
parent | 852e26ab89aca117b7d6459202fc7ce288b6e770 (diff) | |
download | rails-6a4bf5590ae01e479e96385a6028400abb5d891f.tar.gz rails-6a4bf5590ae01e479e96385a6028400abb5d891f.tar.bz2 rails-6a4bf5590ae01e479e96385a6028400abb5d891f.zip |
Fix contributing_to_rails guide so that it validates XHTML 1.0 Strict
Diffstat (limited to 'railties/guides/source/contributing_to_rails.textile')
-rw-r--r-- | railties/guides/source/contributing_to_rails.textile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/railties/guides/source/contributing_to_rails.textile b/railties/guides/source/contributing_to_rails.textile index 1b6823a39a..5590895508 100644 --- a/railties/guides/source/contributing_to_rails.textile +++ b/railties/guides/source/contributing_to_rails.textile @@ -208,7 +208,7 @@ h4. Follow the Coding Conventions Rails follows a simple set of coding style conventions. * Two spaces, no tabs -* Prefer +&&+/+||+ over +and+/+or+ +* Prefer +&&+/+||+ over +and+/+or+ * +MyClass.my_method(my_arg)+ not +my_method( my_arg )+ or +my_method my_arg+ * Follow the conventions you see used in the source already @@ -273,7 +273,6 @@ h3. Changelog "Lighthouse ticket":http://rails.lighthouseapp.com/projects/16213-rails-guides/tickets/64 +* April 6, 2010: Fixed document to validate XHTML 1.0 Strict. "Jaime Iniesta":http://jaimeiniesta.com * August 1, 2009: Updates/amplifications by "Mike Gunderloy":credits.html#mgunderloy -* March 2, 2009: Initial draft by "Mike Gunderloy":credits.html#mgunderloy - - +* March 2, 2009: Initial draft by "Mike Gunderloy":credits.html#mgunderloy
\ No newline at end of file |