Skip to content

[9.x] Solve Blade component showing quote formatted for the console#43446

Merged
taylorotwell merged 1 commit into
laravel:9.xfrom
sertxudev:patch-1
Jul 27, 2022
Merged

[9.x] Solve Blade component showing quote formatted for the console#43446
taylorotwell merged 1 commit into
laravel:9.xfrom
sertxudev:patch-1

Conversation

@sertxudev
Copy link
Copy Markdown
Contributor

With the fresh new look for Artisan, the quotes are being formatted for the console.

Currently:

<div>
    <!-- 
  <options=bold>“ An unexamined life is not worth living. ”</>
  <fg=gray>— Socrates</>
 -->
</div>

Expected:

<div>
    <!-- An unexamined life is not worth living. - Socrates -->
</div>

The change has been made following the pull request #43397

@taylorotwell taylorotwell merged commit 22e3efc into laravel:9.x Jul 27, 2022
@sertxudev sertxudev deleted the patch-1 branch July 27, 2022 16:16
Ken-vdE pushed a commit to Ken-vdE/framework that referenced this pull request Aug 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants