Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Jul 27, 2022

Conversation

sertxudev
Copy link
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