From 785bd7e905a1c7c8f11d372de03257d0b4652b1c Mon Sep 17 00:00:00 2001 From: James Cole Date: Thu, 6 Feb 2025 17:06:48 +0100 Subject: [PATCH] Fix #9786 --- resources/views/errors/500.blade.php | 4 ++-- resources/views/errors/DatabaseException.blade.php | 4 ++-- resources/views/errors/FireflyException.blade.php | 4 ++-- resources/views/v2/errors/FireflyException.blade.php | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/resources/views/errors/500.blade.php b/resources/views/errors/500.blade.php index 8a813c5408..14bfb0c5fc 100644 --- a/resources/views/errors/500.blade.php +++ b/resources/views/errors/500.blade.php @@ -30,11 +30,11 @@ {{ trans('errors.github_help') }}

- {{ trans('errors.github_instructions') }} |raw + {!! trans('errors.github_instructions') !!}

  1. {{ trans('errors.use_search') }}
  2. -
  3. {{ trans('errors.include_info', ['link' => route('debug') ]) }}
  4. |raw +
  5. {!! trans('errors.include_info', ['link' => route('debug') ]) !!}
  6. {{ trans('errors.tell_more') }}
  7. {{ trans('errors.include_logs') }}
  8. {{ trans('errors.what_did_you_do') }}
  9. diff --git a/resources/views/errors/DatabaseException.blade.php b/resources/views/errors/DatabaseException.blade.php index 7a936b8f6f..ae65ae5fdf 100644 --- a/resources/views/errors/DatabaseException.blade.php +++ b/resources/views/errors/DatabaseException.blade.php @@ -30,11 +30,11 @@ {{ trans('errors.github_help') }}

    - {{ trans('errors.github_instructions') }} |raw + {!! trans('errors.github_instructions') !!}

    1. {{ trans('errors.use_search') }}
    2. -
    3. {{ trans('errors.include_info', ['link' => route('debug') ]) }}
    4. +
    5. {!! trans('errors.include_info', ['link' => route('debug') ]) !!}
    6. {{ trans('errors.tell_more') }}
    7. {{ trans('errors.include_logs') }}
    8. {{ trans('errors.what_did_you_do') }}
    9. diff --git a/resources/views/errors/FireflyException.blade.php b/resources/views/errors/FireflyException.blade.php index a173765cea..5dfc2be6c8 100644 --- a/resources/views/errors/FireflyException.blade.php +++ b/resources/views/errors/FireflyException.blade.php @@ -30,11 +30,11 @@ {{ trans('errors.github_help') }}

      - {{ trans('errors.github_instructions') }} |raw + {!! trans('errors.github_instructions') !!}

      1. {{ trans('errors.use_search') }}
      2. -
      3. {{ trans('errors.include_info', ['link' => route('debug') ]) }}
      4. +
      5. {!! trans('errors.include_info', ['link' => route('debug') ]) !!}
      6. {{ trans('errors.tell_more') }}
      7. {{ trans('errors.include_logs') }}
      8. {{ trans('errors.what_did_you_do') }}
      9. diff --git a/resources/views/v2/errors/FireflyException.blade.php b/resources/views/v2/errors/FireflyException.blade.php index a173765cea..5dfc2be6c8 100644 --- a/resources/views/v2/errors/FireflyException.blade.php +++ b/resources/views/v2/errors/FireflyException.blade.php @@ -30,11 +30,11 @@ {{ trans('errors.github_help') }}

        - {{ trans('errors.github_instructions') }} |raw + {!! trans('errors.github_instructions') !!}

        1. {{ trans('errors.use_search') }}
        2. -
        3. {{ trans('errors.include_info', ['link' => route('debug') ]) }}
        4. +
        5. {!! trans('errors.include_info', ['link' => route('debug') ]) !!}
        6. {{ trans('errors.tell_more') }}
        7. {{ trans('errors.include_logs') }}
        8. {{ trans('errors.what_did_you_do') }}