]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/exception.tpl
Merge pull request #12371 from loma-one/patch-1
[friendica.git] / view / templates / exception.tpl
index 0456136bc48aafeee8091f873cd2c8e3dbe4eaf5..ad1a15f878b51fd607b2879cc36750c3a2db9518 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}}</p>
+    <p>{{$message nofilter}}</p>
 {{if $thrown}}
        <pre>{{$thrown}}
 {{$stack_trace}}