X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftemplates%2Fexception.tpl;h=ad1a15f878b51fd607b2879cc36750c3a2db9518;hb=3e431bda1e687301d91a80a57360b0b56fe1d0bd;hp=04e9f82c024689510632da0c034b68c3d07a150c;hpb=3ebc0371b71b9fb2522bdb9538fc34ec48653d08;p=friendica.git diff --git a/view/templates/exception.tpl b/view/templates/exception.tpl index 04e9f82c02..ad1a15f878 100644 --- a/view/templates/exception.tpl +++ b/view/templates/exception.tpl @@ -1,9 +1,13 @@

{{$title}}

-

{{$message}}

-{{if $trace}} -
{{$trace nofilter}}
+

{{$message nofilter}}

+{{if $thrown}} +
{{$thrown}}
+{{$stack_trace}}
+{{$trace}}
{{/if}} +{{if $back}}

+{{/if}}