Bug in closing tag - breaks SPA themes

This forum is only for reproducible bugs with csf and lfd (i.e. not iptables problems, lack of understanding how to use a feature, etc). Posts must be accompanied with full technical details of the problem and how it can be recreated. Any posts not adhering to this, or not considered bugs, will be moved to the General Discussion (csf) forum.
Post Reply
Ilia
Junior Member
Posts: 98
Joined: 09 Feb 2013, 08:47

Bug in closing tag - breaks SPA themes

Post by Ilia »

Hi,

There is a bug in your `DisplayUI.pm` file on line 1398 (v13.04), where you print `No logs entries`.

Currently it looks like:

Code: Select all

print "<div class='bs-callout bs-callout-info'> No logs entries found<div>\n";
while it should be with </div>

Code: Select all

print "<div class='bs-callout bs-callout-info'> No logs entries found</div>\n";
Therefore closing <div> should be </div>.

Thanks.
ForumAdmin
Moderator
Posts: 1523
Joined: 01 Oct 2008, 09:24

Re: Bug in closing tag - breaks SPA themes

Post by ForumAdmin »

We'll have a fix for this in the next csf release.
Post Reply