mirror of
https://github.com/flarum/core.git
synced 2025-08-06 08:27:42 +02:00
fix: evaluated page title content (#3684)
* fix: evaluated page title content * chore: add comment * chore: use DOMParser instead * fix: use `innerHTML` for the actual value Signed-off-by: Sami Mazouz <sychocouldy@gmail.com> Co-authored-by: David Wheatley <hi@davwheat.dev>
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