@@ -17,7 +17,7 @@
<header id="fork-header">
<div id="id-fhtitle">
<h1 id="id-fhth1"><a id="id-fhtha" href="{!! $p->fRootLink !!}">{{ $p->fTitle }}</a></h1>
-@if ($p->fDescription)
+@if ('' != $p->fDescription)
<p id="id-fhtdesc">{!! $p->fDescription !!}</p>
@endif
</div>