From 5ad65e18577bb214985f4579cf56cf3cd3bf232f Mon Sep 17 00:00:00 2001 From: Pablo Brasero Date: Tue, 11 Feb 2020 10:56:01 +0000 Subject: [PATCH] Declare doctype, language and charset (#1536) --- spec/example_app/app/views/layouts/docs.html.erb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/spec/example_app/app/views/layouts/docs.html.erb b/spec/example_app/app/views/layouts/docs.html.erb index 511fb10597..fe9096581c 100644 --- a/spec/example_app/app/views/layouts/docs.html.erb +++ b/spec/example_app/app/views/layouts/docs.html.erb @@ -1,5 +1,7 @@ - + + + <%= stylesheet_link_tag "docs", media: "all" %>