firefox html fix
parent
2fdb941113
commit
efecb83bb0
|
@ -1,5 +1,4 @@
|
|||
<!doctype html PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
||||
"http://www.w3.org/TR/html4/strict.dtd">
|
||||
<!doctype html>
|
||||
<html class="no-js" lang="{{ request.locale.iso_code }}">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
@ -341,12 +340,10 @@ body {
|
|||
</script>
|
||||
|
||||
<!-- Render CSS content -->
|
||||
{% comment %}
|
||||
{% render 'shx-feedback-banner'
|
||||
{% render 'shx-feedback-banner'
|
||||
, content_type: 'head' %}
|
||||
{% render 'shx-StarRatingForm'
|
||||
{% render 'shx-StarRatingForm'
|
||||
, content_type: 'init' %}
|
||||
{% endcomment %}
|
||||
|
||||
{% render 'shx-video-base'
|
||||
, content_type: 'init' %}
|
||||
|
@ -364,10 +361,8 @@ body {
|
|||
|
||||
<body class="gradient{% if settings.animations_hover_elements != 'none' %} animate--hover-{{ settings.animations_hover_elements }}{% endif %}">
|
||||
<!-- Render HTML content -->
|
||||
{% comment %}
|
||||
{% render 'shx-feedback-banner'
|
||||
{% render 'shx-feedback-banner'
|
||||
, content_type: 'body' %}
|
||||
{% endcomment %}
|
||||
|
||||
<a class="skip-to-content-link button visually-hidden" href="#MainContent">
|
||||
{{ 'accessibility.skip_to_text' | t }}
|
||||
|
|
Loading…
Reference in New Issue