10000 minor #12193 [TwigBundle] remove unused email placeholder from error … · symfony/symfony@fb31e47 · GitHub
[go: up one dir, main page]

Skip to content

Commit fb31e47

Browse files
committed
minor #12193 [TwigBundle] remove unused email placeholder from error page (Tobion)
This PR was merged into the 2.3 branch. Discussion ---------- [TwigBundle] remove unused email placeholder from error page | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - remove unused email placeholder from error page Commits ------- a64bd03 [TwigBundle] remove unused email placeholder from error page
2 parents e38ceff + a64bd03 commit fb31e47

File tree

4 files changed

+6
-8
lines changed

4 files changed

+6
-8
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{% include 'TwigBundle:Exception:error.xml.twig' with { 'exception': exception } %}
1+
{% include 'TwigBundle:Exception:error.xml.twig' %}

src/Symfony/Bundle/TwigBundle/Resources/views/Exception/error.html.twig

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@
99
<h2>The server returned a "{{ status_code }} {{ status_text }}".</h2>
1010

1111
<div>
12-
Something is broken. Please e-mail us at [email] and let us know
13-
what you were doing when this error occurred. We will fix it as soon
14-
as possible. Sorry for any inconvenience caused.
12+
Something is broken. Please let us know what you were doing when this error occurred.
13+
We will fix it as soon as possible. Sorry for any inconvenience caused.
1514
</div>
1615
</body>
1716
</html>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{% include 'TwigBundle:Exception:error.xml.twig' with { 'exception': exception } %}
1+
{% include 'TwigBundle:Exception:error.xml.twig' %}

src/Symfony/Bundle/TwigBundle/Resources/views/Exception/error.txt.twig

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,5 @@ Oops! An Error Occurred
33

44
The server returned a "{{ status_code }} {{ status_text }}".
55

6-
Please e-mail us at [email] and let us know what you were doing when this
7-
error occurred. We will fix it as soon as possible. Sorry for any
8-
inconvenience caused.
6+
Something is broken. Please let us know what you were doing when this error occurred.
7+
We will fix it as soon as possible. Sorry for any inconvenience caused.

0 commit comments

Comments
 (0)
0