Skip to content

Commit 664b1ae

Browse files
committed
Fix html syntax error when parsing bioschemas from TeSS
1 parent 078a74a commit 664b1ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/views/layouts/application.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<%= render 'layouts/head' %>
55

6-
<body class=<%= 'sticky-navbar-enabled' if TeSS::Config.feature['sticky_navbar'] %> <%= 'header-notice-present' if TeSS::Config.header_notice&.strip.present? %>>
6+
<body class="<%= 'sticky-navbar-enabled' if TeSS::Config.feature['sticky_navbar'] %> <%= 'header-notice-present' if TeSS::Config.header_notice&.strip.present? %>">
77
<%= render partial: 'layouts/header' %>
88

99
<div id="main-container" class="<%= @container_class || 'container-fluid' %>">

0 commit comments

Comments
 (0)