mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-12 13:49:23 +01:00
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:
parent
3ea150cbd3
commit
027b73a1df
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user