Fixing the "I know there was something I didn't finish, but I don't remember

what so I'll commit anyway" commit.
This commit is contained in:
James Vega 2004-08-18 14:57:34 +00:00
parent 3ea150cbd3
commit 027b73a1df
1 changed files with 1 additions and 1 deletions

View File

@ -247,7 +247,7 @@ def makePluginDocumentation(pluginWindow):
help = cgi.escape(help)
trClass = trClasses[trClass]
fd.write(textwrap.dedent('''
<tr class="%s" id="%s"><td>%s</td><td style="width:>%r</td>
<tr class="%s" id="%s"><td>%s</td><td>%r</td>
<td class="detail">%s</td></tr>
''' % (trClass, name, name, default, help)))
except registry.NonExistentRegistryEntry: