1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-16 15:03:34 +01:00

whitespace fixes

This commit is contained in:
Doug Kearns
2007-11-22 05:32:50 +00:00
parent fce286d6b2
commit 44705af3b1
6 changed files with 11 additions and 10 deletions

View File

@@ -773,7 +773,7 @@ vimperator.Marks = function () //{{{
"<td> " + marks[i][0] + "</td>" +
"<td align=\"right\">" + Math.round(marks[i][1].position.y * 100) + "%</td>" +
"<td align=\"right\">" + Math.round(marks[i][1].position.x * 100) + "%</td>" +
"<td style=\"color: green;\">" + vimperator.util.escapeHTML(marks[i][1].location) + "</td>" +
"<td style=\"color: green;\">" + vimperator.util.escapeHTML(marks[i][1].location) + "</td>" +
"</tr>";
}
list += "</table>";
@@ -890,6 +890,7 @@ vimperator.QuickMarks = function () //{{{
vimperator.options.setPref("quickmarks", savedQuickMarks);
}
};
//}}}
}; //}}}