1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 23:52:26 +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) options: function (title, opts)
{ {
return liberator.template.generic( return this.generic(
<table> <table>
<tr class="hl-Title" align="left"> <tr class="hl-Title" align="left">
<th>--- {title} ---</th> <th>--- {title} ---</th>
</tr> </tr>
{ {
liberator.template.map(opts, function (opt) this.map(opts, function (opt)
<tr> <tr>
<td> <td>
<span style={opt.isDefault ? "" : "font-weight: bold"}>{opt.pre}{opt.name}{opt.value}</span> <span style={opt.isDefault ? "" : "font-weight: bold"}>{opt.pre}{opt.name}{opt.value}</span>