1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-19 05:01:29 +00:00

collapse_feedlist: fix incorrect label being set on collapse button

This commit is contained in:
Andrew Dolgov
2010-10-05 15:44:41 +04:00
parent a2d799815a
commit 748345733d

View File

@@ -776,7 +776,7 @@ function collapse_feedlist() {
if (!Element.visible(fl)) {
Element.show(fl);
fbtn.innerHTML = "<<";
fbtn.innerHTML = "&lt;&lt;";
if (theme != "graycube") {
@@ -798,7 +798,7 @@ function collapse_feedlist() {
} else {
Element.hide(fl);
fbtn.innerHTML = ">>";
fbtn.innerHTML = "&gt;&gt;";
if (theme != "graycube") {