]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/http_status.tpl
remove reminder for deleting rotators in tpl
[friendica.git] / view / templates / http_status.tpl
index a9c094c4b23194a2857f1f8336767e255142413d..bd6ecb3a5345e6b2aae875c84d5b4e3070be8bcc 100644 (file)
@@ -4,9 +4,12 @@
        </head>
        <body>
                <h1>{{$title}}</h1>
-               <p>{{$message nofilter}}</p>
+               <p>{{$message}}</p>
        {{if $trace}}
                <pre>{{$trace nofilter}}</pre>
        {{/if}}
+       {{if $request_id}}
+               <pre>Request: {{$request_id}}</pre>
+       {{/if}}
        </body>
 </html>