diff options
author | miloops <miloops@gmail.com> | 2008-11-03 12:52:53 -0300 |
---|---|---|
committer | miloops <miloops@gmail.com> | 2008-11-03 12:52:53 -0300 |
commit | 6744a8b1bcefea73f9a234a67bf4b1b73cef9938 (patch) | |
tree | e93f257db3fc8258bf7c5b27c317e01f63614440 | |
parent | dce9455f1b7fa53afe798248a6504e9f95fae581 (diff) | |
download | rails-6744a8b1bcefea73f9a234a67bf4b1b73cef9938.tar.gz rails-6744a8b1bcefea73f9a234a67bf4b1b73cef9938.tar.bz2 rails-6744a8b1bcefea73f9a234a67bf4b1b73cef9938.zip |
Added missing sidebar block closing delimiter.
-rw-r--r-- | railties/doc/guides/html/authors.html | 7 | ||||
-rw-r--r-- | railties/doc/guides/source/authors.txt | 3 |
2 files changed, 9 insertions, 1 deletions
diff --git a/railties/doc/guides/html/authors.html b/railties/doc/guides/html/authors.html index 973cf7cd2e..c0a6600571 100644 --- a/railties/doc/guides/html/authors.html +++ b/railties/doc/guides/html/authors.html @@ -218,6 +218,13 @@ work with Rails. His near-daily links and other blogging can be found at <a href Cofounder of <a href="http://www.eventioz.com">Eventioz</a>. He has been using Rails since 2006 and contributing since early 2008.
Can be found at gmail, twitter, freenode, everywhere as miloops.</p></div>
</div></div>
+<div class="sidebarblock" id="hawe">
+<div class="sidebar-content">
+<div class="sidebar-title">Heiko Webers</div>
+<div class="para"><p>Heiko Webers is the founder of <a href="http://www.bauland42.de">bauland42</a>, a German web application security consulting and development
+company focused on Ruby on Rails. He blogs at <a href="http://www.rorsecurity.info">http://www.rorsecurity.info</a>. After 10 years of desktop application development,
+Heiko has rarely looked back.</p></div>
+</div></div>
</div>
</div>
diff --git a/railties/doc/guides/source/authors.txt b/railties/doc/guides/source/authors.txt index b44c90ebc1..2d10fe709b 100644 --- a/railties/doc/guides/source/authors.txt +++ b/railties/doc/guides/source/authors.txt @@ -28,4 +28,5 @@ Can be found at gmail, twitter, freenode, everywhere as miloops. *********************************************************** Heiko Webers is the founder of http://www.bauland42.de[bauland42], a German web application security consulting and development company focused on Ruby on Rails. He blogs at http://www.rorsecurity.info. After 10 years of desktop application development, -Heiko has rarely looked back.
\ No newline at end of file +Heiko has rarely looked back. +*********************************************************** |