From 9b3be63ccaa60b3199558dc8aea542894d8aa70f Mon Sep 17 00:00:00 2001 From: Prakash Murthy Date: Wed, 19 Feb 2014 13:39:31 +0530 Subject: [PATCH] [ci skip] Close the meta tag with '/>' instead of '>' This change fixes the 42 instances of `end tag for "meta" omitted, but OMITTAG NO was specified` error message that comes up when the full railsguides are validated. Full error list at https://gist.github.com/prakashmurthy/9086679. --- guides/source/layout.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/source/layout.html.erb b/guides/source/layout.html.erb index 0513066f5a97..1ac4e7f40ced 100644 --- a/guides/source/layout.html.erb +++ b/guides/source/layout.html.erb @@ -4,7 +4,7 @@ - + <%= yield(:page_title) || 'Ruby on Rails Guides' %>