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:
@@ -3,7 +3,7 @@
|
||||
@if ($language) lang="{{ $language }}" @endif>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>{{ $title }}</title>
|
||||
<title>{!! $title !!}</title>
|
||||
|
||||
{!! $head !!}
|
||||
</head>
|
||||
|
Reference in New Issue
Block a user