mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-31 16:32:28 +01:00
Formatting fixes.
This commit is contained in:
@@ -2109,7 +2109,8 @@ function StatusLine() //{{{
|
||||
if (sh.index < sh.count -1)
|
||||
modified += "-";
|
||||
}
|
||||
if (liberator.has("bookmarks")) {
|
||||
if (liberator.has("bookmarks"))
|
||||
{
|
||||
if (bookmarks.isBookmarked(buffer.URL))
|
||||
modified += "\u2764"; // a heart symbol: ❤
|
||||
//modified += "\u2665"; // a heart symbol: ♥
|
||||
|
||||
Reference in New Issue
Block a user