In my use of Foreground, I don't need the left dropdown menu in the top bar. Disabling it revealed a bug in which an annoying "->" appears in the top bar. It is caused by a missing </li> tag and unbalanced PHP curly brackets. This change fixes the problem.
Hi there. Thank you for Foreground.
In my use of Foreground, I don't need the left dropdown menu in the top bar. Disabling it revealed a bug in which an annoying "->" appears in the top bar. It is caused by a missing
</li>
tag and unbalanced PHP curly brackets. This change fixes the problem.