]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/http_status.tpl
Merge pull request #12138 from MrPetovan/task/4090-move-mod-repair_ostatus
[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>