]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/http_status.tpl
Merge branch '2021.03-rc' into copyright-2021
[friendica.git] / view / templates / http_status.tpl
index 55cc133ff0606314ce3a9151eb4775c78d9d71d2..a9c094c4b23194a2857f1f8336767e255142413d 100644 (file)
@@ -4,6 +4,9 @@
        </head>
        <body>
                <h1>{{$title}}</h1>
-               <p>{{$description}}</p>
+               <p>{{$message nofilter}}</p>
+       {{if $trace}}
+               <pre>{{$trace nofilter}}</pre>
+       {{/if}}
        </body>
 </html>