Hi,
there is a bug in the file opt/Heimdall/app/SupportedApps/FreshRSS/livestats.blade.php
It should look like this:
<ul class="livestats">
@if ($unread > 0)
<li>
<span class="title">Unread</span><strong>{!! $unread !!}</strong></span>
</li>
@endif
</ul>
to match the appearance of the other apps. Unfortunately, i cannot find the file here on github and cant make a pull request.
Thanks!