]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/exception.tpl
Merge pull request #12883 from xundeenergie/easy-image-attach
[friendica.git] / view / templates / exception.tpl
index ad1a15f878b51fd607b2879cc36750c3a2db9518..cdeb6d96f051aa840d9c7b78e7a2ab0ae00c2b06 100644 (file)
@@ -1,12 +1,15 @@
 <div id="exception" class="generic-page-wrapper">
     <img class="hare" src="images/friendica-404_svg_flexy-o-hare.png"/>
     <h1>{{$title}}</h1>
-    <p>{{$message nofilter}}</p>
+    <p>{{$message}}</p>
 {{if $thrown}}
        <pre>{{$thrown}}
 {{$stack_trace}}
 {{$trace}}</pre>
 {{/if}}
+{{if $request_id}}
+       <pre>Request: {{$request_id}}</pre>
+{{/if}}
 {{if $back}}
        <p><button type="button" onclick="window.history.back()" class="btn btn-primary">{{$back}}</button></p>
 {{/if}}