mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 09:48:00 +01:00
whitespace fixes
This commit is contained in:
@@ -1852,7 +1852,7 @@ liberator.template = {
|
||||
<th class="hl-Title" align="left" colspan="2">{title}</th>
|
||||
</tr>
|
||||
{
|
||||
this.map(data, function(datum)
|
||||
this.map(data, function (datum)
|
||||
<tr>
|
||||
<td style="font-weight: bold; min-width: 150px">{datum[0]}</td>
|
||||
<td>{this.maybeXML(datum[1])}</td>
|
||||
|
||||
Reference in New Issue
Block a user