diff options
author | Vijay Dev <vijaydev.cse@gmail.com> | 2013-06-14 00:30:40 +0530 |
---|---|---|
committer | Vijay Dev <vijaydev.cse@gmail.com> | 2013-06-14 00:30:40 +0530 |
commit | 1283a52db82b5a3f55577ff9ec0ed71d6243414d (patch) | |
tree | ea1daf060c1eefe0043e3ece265af612ea64c01c /guides/source | |
parent | ad694f2f264b5afe04af77b3f43971984f32808c (diff) | |
download | rails-1283a52db82b5a3f55577ff9ec0ed71d6243414d.tar.gz rails-1283a52db82b5a3f55577ff9ec0ed71d6243414d.tar.bz2 rails-1283a52db82b5a3f55577ff9ec0ed71d6243414d.zip |
Revert "Whitespace trimming in guides generation"
This reverts commit 91a1cf7013252753567b36f61bfcd5fd0a5bb2b8.
Reason: code changes disallowed in docrails, even if they are
guides generation related.
Diffstat (limited to 'guides/source')
-rw-r--r-- | guides/source/credits.html.erb | 4 | ||||
-rw-r--r-- | guides/source/kindle/toc.ncx.erb | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/guides/source/credits.html.erb b/guides/source/credits.html.erb index 8f546784ec..10dd8178fb 100644 --- a/guides/source/credits.html.erb +++ b/guides/source/credits.html.erb @@ -32,8 +32,8 @@ Ruby on Rails Guides: Credits <% end %> <%= author('Oscar Del Ben', 'oscardelben', 'oscardelben.jpg') do %> - Oscar Del Ben is a software engineer at <a href="http://www.wildfireapp.com/">Wildfire</a>. He's a regular open source contributor (<a href="https://github.com/oscardelben">GitHub account</a>) and tweets regularly at <a href="https://twitter.com/oscardelben">@oscardelben</a>. -<% end %> +Oscar Del Ben is a software engineer at <a href="http://www.wildfireapp.com/">Wildfire</a>. He's a regular open source contributor (<a href="https://github.com/oscardelben">GitHub account</a>) and tweets regularly at <a href="https://twitter.com/oscardelben">@oscardelben</a>. + <% end %> <%= author('Frederick Cheung', 'fcheung') do %> Frederick Cheung is Chief Wizard at Texperts where he has been using Rails since 2006. He is based in Cambridge (UK) and when not consuming fine ales he blogs at <a href="http://www.spacevatican.org">spacevatican.org</a>. diff --git a/guides/source/kindle/toc.ncx.erb b/guides/source/kindle/toc.ncx.erb index 24ca6c88c9..2c6d8e3bdf 100644 --- a/guides/source/kindle/toc.ncx.erb +++ b/guides/source/kindle/toc.ncx.erb @@ -37,7 +37,7 @@ <navPoint class="article" id="copyright" playOrder="4"> <navLabel><text>Copyright & License</text></navLabel> <content src="copyright.html"> - </navPoint> + </navPoint> </navPoint> <% play_order = 4 %> @@ -47,7 +47,7 @@ <text><%= section['name'] %></text> </navLabel> <content src="<%=section['documents'].first['url'] %>"/> - + <% section['documents'].each_with_index do |document, document_no| %> <navPoint class="article" id="_<%=section_no+1%>.<%=document_no+1%>" playOrder="<%=play_order +=1 %>"> <navLabel> |