Skip to content

Commit

Permalink
Declare doctype, language and charset (#1536)
Browse files Browse the repository at this point in the history
  • Loading branch information
pablobm committed Feb 11, 2020
1 parent 127ac1b commit 5ad65e1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion spec/example_app/app/views/layouts/docs.html.erb
@@ -1,5 +1,7 @@
<html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<%= stylesheet_link_tag "docs", media: "all" %>
<link href='//fonts.googleapis.com/css?family=Lato|Source+Code+Pro|Fjalla+One' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/styles/default.min.css">
Expand Down

0 comments on commit 5ad65e1

Please sign in to comment.