1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 23:02:27 +01:00

whitespace formatting fix

This commit is contained in:
Doug Kearns
2008-07-30 01:20:35 +00:00
parent e37d2d4306
commit dbcf8c8b69

View File

@@ -427,7 +427,7 @@ liberator.Mappings = function () //{{{
list += "<tr>"; list += "<tr>";
list += "<td> " + modeSign + " " + liberator.util.escapeHTML(maps[i].names[j]) + "</td>"; list += "<td> " + modeSign + " " + liberator.util.escapeHTML(maps[i].names[j]) + "</td>";
if (maps[i].rhs) if (maps[i].rhs)
list += "<td> "+ (maps[i].noremap ? "*" : " ") + "</td>" list += "<td> " + (maps[i].noremap ? "*" : " ") + "</td>"
+ "<td>" + liberator.util.escapeHTML(maps[i].rhs) + "</td>"; + "<td>" + liberator.util.escapeHTML(maps[i].rhs) + "</td>";
list += "</tr>"; list += "</tr>";
} }