1
0
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:
Doug Kearns
2009-06-08 22:43:03 +10:00
parent f37a0a37b3
commit 32106364f5
2 changed files with 8 additions and 6 deletions

View File

@@ -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: ♥