diff --git a/chrome/content/vimperator/bookmarks.js b/chrome/content/vimperator/bookmarks.js index ea08f5df..199d6c1b 100644 --- a/chrome/content/vimperator/bookmarks.js +++ b/chrome/content/vimperator/bookmarks.js @@ -536,14 +536,14 @@ function Marks() //{{{ var list = "
| mark | line | col | file |
| " + i + " | " + list += " | ||
| " + i + " | " + Math.round(local_marks[i][0].position.y *100)+ "% | " + Math.round(local_marks[i][0].position.x *100)+ "% | " + local_marks[i][0].location + " |
| " + j + " | " + list += " | ||
| " + j + " | " + Math.round(url_marks[j].position.y *100)+ "% | " + Math.round(url_marks[j].position.x *100)+ "% | " + url_marks[j].location + " |