mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 08:47:59 +01:00
minor formatting fixes
This commit is contained in:
@@ -147,10 +147,10 @@ liberator.Bookmarks = function () //{{{
|
||||
list += "<tr><td>" + indicator + "<td>" + Math.abs(num) + "</td><td style=\"width: 250px; max-width: 500px; overflow: hidden;\">" + title +
|
||||
"</td><td><a href=\"#\" class=\"hl-URL jump-list\">" + uri + "</a></td></tr>";
|
||||
num++;
|
||||
}
|
||||
}
|
||||
|
||||
list += "</table>";
|
||||
|
||||
|
||||
liberator.commandline.echo(list, liberator.commandline.HL_NORMAL, liberator.commandline.FORCE_MULTILINE);
|
||||
},
|
||||
{}
|
||||
|
||||
Reference in New Issue
Block a user