diff options
Diffstat (limited to 'lv2specgen/lv2specgen.py')
-rwxr-xr-x | lv2specgen/lv2specgen.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lv2specgen/lv2specgen.py b/lv2specgen/lv2specgen.py index 8793413..c8612e1 100755 --- a/lv2specgen/lv2specgen.py +++ b/lv2specgen/lv2specgen.py @@ -370,7 +370,7 @@ def getProperty(val, first=True): "Return a string representing a property value in a property table" doc = '' if not first: - doc += '<tr><td></td>' # Empty cell in header column + doc += '<tr><th></th>' # Empty cell in header column doc += '<td>%s</td></tr>\n' % val return doc |