aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
authorJaime Iniesta <jaimeiniesta@gmail.com>2010-04-01 00:45:43 +0200
committerJaime Iniesta <jaimeiniesta@gmail.com>2010-04-01 00:45:43 +0200
commit4174d321b3a522d8c32cb8de123b520fcef052c0 (patch)
tree35d07f77b65531d58d78856936ece22cde138eab /railties
parent8c89ee897d4a28045dc998dc817de1c52dea0e2d (diff)
downloadrails-4174d321b3a522d8c32cb8de123b520fcef052c0.tar.gz
rails-4174d321b3a522d8c32cb8de123b520fcef052c0.tar.bz2
rails-4174d321b3a522d8c32cb8de123b520fcef052c0.zip
Fixed extra closing A tag on footer, now index validates strict
Diffstat (limited to 'railties')
-rw-r--r--railties/guides/source/layout.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/layout.html.erb b/railties/guides/source/layout.html.erb
index cb9fb417fc..95be1d2eab 100644
--- a/railties/guides/source/layout.html.erb
+++ b/railties/guides/source/layout.html.erb
@@ -104,7 +104,7 @@
<hr class="hide" />
<div id="footer">
<div class="wrapper">
- <p>This work is licensed under a <a href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-Share Alike 3.0</a> License</a></p>
+ <p>This work is licensed under a <a href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-Share Alike 3.0</a> License</p>
<p>"Rails", "Ruby on Rails", and the Rails logo are trademarks of David Heinemeier Hansson. All rights reserved.</p>
</div>
</div>