From 6a4bf5590ae01e479e96385a6028400abb5d891f Mon Sep 17 00:00:00 2001 From: Jaime Iniesta Date: Tue, 6 Apr 2010 17:42:36 +0200 Subject: Fix contributing_to_rails guide so that it validates XHTML 1.0 Strict --- railties/guides/source/contributing_to_rails.textile | 7 +++---- 1 file 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 -- cgit v1.2.3