10000 [FrameworkBundle] Incorrect line break in exception message (500 debug page) by pedroresende · Pull Request #19780 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

[FrameworkBundle] Incorrect line break in exception message (500 debug page) #19780

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

Closed

Conversation

pedroresende
Copy link
Contributor
Q A
Branch? master
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets 19041
License MIT

@@ -39,7 +39,7 @@ build: 56
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 20px;
color: #313131;
word-break: break-all;
word-break: keep-all;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wouldn't it be better to use word-wrap: break-word here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nicolas-bastien You're right, already updated to break-word and rebased the PR

@pedroresende pedroresende force-pushed the twig/incorrectlinebreak branch from c733790 to d1cde23 Compare September 1, 2016 08:39
@@ -39,7 +39,7 @@ build: 56
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 20px;
color: #313131;
word-break: break-all;
word-break: break-word;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be word-wrap: break-word: break-word is an unofficial value for word-break.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@pedroresende pedroresende force-pushed the twig/incorrectlinebreak branch from d1cde23 to f51069b Compare September 6, 2016 19:01
@fabpot
Copy link
Member
fabpot commented Sep 6, 2016

Thank you @pedroresende.

fabpot added a commit that referenced this pull request Sep 6, 2016
…e (500 debug page) (pedroresende)

This PR was submitted for the master branch but it was merged into the 2.7 branch instead (closes #19780).

Discussion
----------

[FrameworkBundle] Incorrect line break in exception message (500 debug page)

| Q             | A
| ------------- | ---
| Branch?       | master
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | [19041](#19041)
| License       | MIT

Commits
-------

1393e3e [FrameworkBundle] Fix Incorrect line break in exception message (500 debug page)
@fabpot fabpot closed this Sep 6, 2016
This was referenced Sep 7, 2016
@pedroresende
Copy link
Contributor Author

@fabpot Sure thing, always glad to help a wonderful project. Btw any special reason for not being added to the list of contributors ?

@pedroresende pedroresende deleted the twig/incorrectlinebreak branch September 7, 2016 22:11
@jakzal
Copy link
Contributor
jakzal commented Sep 8, 2016

@pedroresende that list is refreshed periodically. You'll eventually get there :)

@fabpot fabpot mentioned this pull request Oct 3, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants
0