mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 21:02:25 +01:00
whitespace formatting fix
This commit is contained in:
@@ -427,7 +427,7 @@ liberator.Mappings = function () //{{{
|
||||
list += "<tr>";
|
||||
list += "<td> " + modeSign + " " + liberator.util.escapeHTML(maps[i].names[j]) + "</td>";
|
||||
if (maps[i].rhs)
|
||||
list += "<td> "+ (maps[i].noremap ? "*" : " ") + "</td>"
|
||||
list += "<td> " + (maps[i].noremap ? "*" : " ") + "</td>"
|
||||
+ "<td>" + liberator.util.escapeHTML(maps[i].rhs) + "</td>";
|
||||
list += "</tr>";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user