Page 1 of 1

Bug in closing tag - breaks SPA themes

Posted: 26 Jul 2019, 23:33
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.

Re: Bug in closing tag - breaks SPA themes

Posted: 27 Jul 2019, 15:14
by ForumAdmin
We'll have a fix for this in the next csf release.