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

Minor adjustment to last commit.

This commit is contained in:
Kris Maglione
2008-10-02 06:48:53 +00:00
parent 76b6c530b1
commit c37500251a

View File

@@ -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>