Skip to content

Commit

Permalink
refs #2755 Remove escaped title/description for screen
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna committed Dec 11, 2023
1 parent 7421825 commit d9700e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/layouts/base.blade.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@extends('platform::dashboard')

@section('title', e(__($name)))
@section('description', e(__($description)))
@section('title', __($name))
@section('description', __($description))
@section('controller', 'base')

@section('navbar')
Expand Down

0 comments on commit d9700e9

Please sign in to comment.