Skip to content

Commit

Permalink
Fix missing head tag in asset_helper_layout.html.erb
Browse files Browse the repository at this point in the history
  • Loading branch information
KludgeKML committed Feb 26, 2025
1 parent 44ac16f commit 8cca674
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/dummy/app/views/layouts/asset_helper_layout.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Asset helper - GOV.UK</title>
<%= stylesheet_link_tag "application", :media => "all" %>
Expand Down

0 comments on commit 8cca674

Please sign in to comment.