mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 09:48:00 +01:00
Minor adjustment to last commit.
This commit is contained in:
@@ -1820,13 +1820,13 @@ liberator.template = {
|
||||
|
||||
options: function (title, opts)
|
||||
{
|
||||
return liberator.template.generic(
|
||||
return this.generic(
|
||||
<table>
|
||||
<tr class="hl-Title" align="left">
|
||||
<th>--- {title} ---</th>
|
||||
</tr>
|
||||
{
|
||||
liberator.template.map(opts, function (opt)
|
||||
this.map(opts, function (opt)
|
||||
<tr>
|
||||
<td>
|
||||
<span style={opt.isDefault ? "" : "font-weight: bold"}>{opt.pre}{opt.name}{opt.value}</span>
|
||||
|
||||
Reference in New Issue
Block a user