From 53eafca8e9ccec117eb7bcce4e09b70705920939 Mon Sep 17 00:00:00 2001 From: Takayuki Nakata Date: Fri, 15 Nov 2019 10:02:18 +0900 Subject: [PATCH] Update a tag for missing
in guides MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The errors below heppens in executing `bundle exec rake guides:validate`. ``` $ bundle exec rake guides:generate:html (snip) $ bundle exec rake guides:validate (snip) ./output/active_record_querying.html has 57 validation error(s): ERROR; line 55: Element “dt” not allowed as child of element “div” in this context. (Suppressing further errors from this subtree.) (snip) ``` --- guides/source/layout.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guides/source/layout.html.erb b/guides/source/layout.html.erb index 3ffd7ff1ac..ef0f532612 100644 --- a/guides/source/layout.html.erb +++ b/guides/source/layout.html.erb @@ -52,7 +52,7 @@ Guides Index
  • Contribute