|
@@ -17,7 +17,7 @@
|
|
<header id="fork-header">
|
|
<header id="fork-header">
|
|
<div id="id-fhtitle">
|
|
<div id="id-fhtitle">
|
|
<h1 id="id-fhth1"><a id="id-fhtha" href="{!! $p->fRootLink !!}">{{ $p->fTitle }}</a></h1>
|
|
<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>
|
|
<p id="id-fhtdesc">{!! $p->fDescription !!}</p>
|
|
@endif
|
|
@endif
|
|
</div>
|
|
</div>
|