From f0e4254bfa1443c3d51af117b925a02b88076f58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C4=B1tk=C4=B1=20Ba=C4=9Fdat?= Date: Mon, 17 Jun 2013 03:22:31 +0300 Subject: Use Colspan in th Tags Is it more suitable that using `````` instead of three empty ``````? It is simple, but what i am missing about it? Change repetitive th tags to use colspan attribute Update CHANGELOG.md Update CHANGELOG.md --- guides/source/getting_started.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'guides/source') diff --git a/guides/source/getting_started.md b/guides/source/getting_started.md index 2fb0cd7c72..0d44f0e776 100644 --- a/guides/source/getting_started.md +++ b/guides/source/getting_started.md @@ -932,8 +932,7 @@ appear next to the "Show" link: Title Text - - + <% @posts.each do |post| %> @@ -1073,9 +1072,7 @@ together. Title Text - - - + <% @posts.each do |post| %> -- cgit v1.2.3