aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/2_2_release_notes.textile
diff options
context:
space:
mode:
authorJaime Iniesta <jaimeiniesta@gmail.com>2010-04-06 12:10:24 +0200
committerJaime Iniesta <jaimeiniesta@gmail.com>2010-04-06 12:10:24 +0200
commit6be0fa6a066f825c41ad826aae19c58cc90ab0f8 (patch)
treece5c464c5c0160ab827ebcc42dd4fd56a8ee6419 /railties/guides/source/2_2_release_notes.textile
parent081963af480e94d7668ba334ac2c7faaa03c2b99 (diff)
downloadrails-6be0fa6a066f825c41ad826aae19c58cc90ab0f8.tar.gz
rails-6be0fa6a066f825c41ad826aae19c58cc90ab0f8.tar.bz2
rails-6be0fa6a066f825c41ad826aae19c58cc90ab0f8.zip
Fix 2_2_release_notes so it validates XHTML 1.0 Strict
Diffstat (limited to 'railties/guides/source/2_2_release_notes.textile')
-rw-r--r--railties/guides/source/2_2_release_notes.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/2_2_release_notes.textile b/railties/guides/source/2_2_release_notes.textile
index 117635bcee..5628d7e52f 100644
--- a/railties/guides/source/2_2_release_notes.textile
+++ b/railties/guides/source/2_2_release_notes.textile
@@ -385,7 +385,7 @@ You can unpack or install a single gem by specifying +GEM=_gem_name_+ on the com
h4. Other Railties Changes
* If you're a fan of the "Thin":http://code.macournoyer.com/thin/ web server, you'll be happy to know that +script/server+ now supports Thin directly.
-* +script/plugin install <plugin> -r <revision>+ now works with git-based as well as svn-based plugins.
+* +script/plugin install &lt;plugin&gt; -r &lt;revision&gt;+ now works with git-based as well as svn-based plugins.
* +script/console+ now supports a +--debugger+ option
* Instructions for setting up a continuous integration server to build Rails itself are included in the Rails source
* +rake notes:custom ANNOTATION=MYFLAG+ lets you list out custom annotations.