diff options
author | Dzianis Dashkevich <dskecse@gmail.com> | 2017-06-01 20:48:15 +0300 |
---|---|---|
committer | Dzianis Dashkevich <dskecse@gmail.com> | 2017-06-01 20:57:42 +0300 |
commit | d49866a8d0ae9069d4c875a979de50a61f2ad663 (patch) | |
tree | f1bb6488b12d9a5e5b79c4157bd83e286a1924e7 | |
parent | 0c2abaa3e7bc2ea8e790fe4c1a255443ebab4c42 (diff) | |
download | rails-d49866a8d0ae9069d4c875a979de50a61f2ad663.tar.gz rails-d49866a8d0ae9069d4c875a979de50a61f2ad663.tar.bz2 rails-d49866a8d0ae9069d4c875a979de50a61f2ad663.zip |
Fix articles layout in guides by eliminating W3C validator warnings [ci skip]
-rw-r--r-- | guides/source/getting_started.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/guides/source/getting_started.md b/guides/source/getting_started.md index 21bd4a3d7a..6a3a5e465f 100644 --- a/guides/source/getting_started.md +++ b/guides/source/getting_started.md @@ -910,6 +910,7 @@ And then finally, add the view for this action, located at <tr> <th>Title</th> <th>Text</th> + <th></th> </tr> <% @articles.each do |article| %> |