Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
simplesamlphp
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Perun
Perun ProxyIdP
v1
simplesamlphp
Commits
e2b95e58
Commit
e2b95e58
authored
2 years ago
by
Thijs Kinkhorst
Browse files
Options
Downloads
Patches
Plain Diff
Fix debug info text translation
(cherry picked from commit
44b5cc31
)
parent
235bd9ab
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
templates/error.twig
+2
-2
2 additions, 2 deletions
templates/error.twig
with
2 additions
and
2 deletions
templates/error.twig
+
2
−
2
View file @
e2b95e58
...
...
@@ -27,8 +27,8 @@
{# print out exception only if the exception is available #}
{%
if
showerrors
-
%}
<h2>
{{
'
{errors:d
ebuginfo
_header}
'
|
trans
}}
</h2>
<p>
{{
'
{errors:
debuginfo
_text}
'
|
trans
}}
</p>
<h2>
{{
'
D
ebug
info
rmation
'
|
trans
}}
</h2>
<p>
{{
'
The
debug
info
rmation below may be of interest to the administrator / help desk:
'
|
trans
}}
</p>
<div
class=
"code-box code-box-content"
>
<pre>
{{
error.exceptionMsg
}}
<br
/>
{{
error.exceptionTrace
}}
</pre>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment