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
44b5cc31
"docs/simplesamlphp-upgrade-notes-1.12.md" did not exist on "f25c7815af52a751cb815709ff33abee14e130a4"
Commit
44b5cc31
authored
2 years ago
by
Thijs Kinkhorst
Browse files
Options
Downloads
Patches
Plain Diff
Fix debug info text translation
parent
3efa7ba4
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 @
44b5cc31
...
@@ -27,8 +27,8 @@
...
@@ -27,8 +27,8 @@
{# print out exception only if the exception is available #}
{# print out exception only if the exception is available #}
{%
if
showerrors
-
%}
{%
if
showerrors
-
%}
<h2>
{{
'
{errors:d
ebuginfo
_header}
'
|
trans
}}
</h2>
<h2>
{{
'
D
ebug
info
rmation
'
|
trans
}}
</h2>
<p>
{{
'
{errors:
debuginfo
_text}
'
|
trans
}}
</p>
<p>
{{
'
The
debug
info
rmation below may be of interest to the administrator / help desk:
'
|
trans
}}
</p>
<div
class=
"code-box code-box-content"
>
<div
class=
"code-box code-box-content"
>
<pre>
{{
error.exceptionMsg
}}
<br
/>
{{
error.exceptionTrace
}}
<pre>
{{
error.exceptionMsg
}}
<br
/>
{{
error.exceptionTrace
}}
</pre>
</pre>
...
...
This diff is collapsed.
Click to expand it.
Pavel Břoušek
@433364
mentioned in commit
e2b95e58
·
2 years ago
mentioned in commit
e2b95e58
mentioned in commit e2b95e58f37de05c3f797f4421e2e568fac7ef83
Toggle commit list
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