mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 21:12:27 +01:00
whitespace fixes and revert some overly aggressive use of expression closures
This commit is contained in:
@@ -310,7 +310,8 @@ liberator.util = { //{{{
|
||||
value = "<no value>";
|
||||
}
|
||||
|
||||
if (color) {
|
||||
if (color)
|
||||
{
|
||||
value = this.colorize(value, true).toXMLString();
|
||||
i = <span style="font-weight: bold;">{i}</span>.toXMLString();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user