1
0
mirror of https://github.com/flarum/core.git synced 2025-08-06 16:36:47 +02:00

fix: html entities shown raw in page title (#3542)

This commit is contained in:
David Wheatley
2022-07-18 16:10:34 +01:00
committed by GitHub
parent 8dcfa6c474
commit d0998be8fa
2 changed files with 7 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
@if ($language) lang="{{ $language }}" @endif>
<head>
<meta charset="utf-8">
<title>{{ $title }}</title>
<title>{!! $title !!}</title>
{!! $head !!}
</head>