Skip to content
Snippets Groups Projects
Commit 0f377b11 authored by git's avatar git Committed by Dan Feidt
Browse files

Issue #2856605 by serg2, bandanasharma: Remove |raw from use in templates

parent 13679cb7
Branches
No related tags found
No related merge requests found
......@@ -34,12 +34,12 @@ db_offline ? 'db-offline',
]
%}
<!DOCTYPE html>
<html {{ html_attributes|raw }}>
<html {{ html_attributes }}>
<head>
<head-placeholder token="{{ placeholder_token|raw }}">
<head-placeholder token="{{ placeholder_token }}">
<title>{{ head_title|safe_join(' | ') }}</title>
<css-placeholder token="{{ placeholder_token|raw }}">
<js-placeholder token="{{ placeholder_token|raw }}">
<css-placeholder token="{{ placeholder_token }}">
<js-placeholder token="{{ placeholder_token }}">
</head>
<body{{ attributes.addClass(body_classes) }}>
<a href="#main-content" class="visually-hidden focusable skip-link">
......@@ -48,6 +48,6 @@ db_offline ? 'db-offline',
{{ page_top }}
{{ page }}
{{ page_bottom }}
<js-bottom-placeholder token="{{ placeholder_token|raw }}">
<js-bottom-placeholder token="{{ placeholder_token }}">
</body>
</html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment