]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/exception.tpl
Revert Post::selectOriginal to original logic
[friendica.git] / view / templates / exception.tpl
index 3499a5cb158417520f01f61ac21184ce8059db0f..cdeb6d96f051aa840d9c7b78e7a2ab0ae00c2b06 100644 (file)
@@ -1,7 +1,7 @@
 <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}}