Skip to content

Commit

Permalink
Align table headers left
Browse files Browse the repository at this point in the history
  • Loading branch information
richardbuckle committed Aug 28, 2017
1 parent b03667d commit 30ebe6f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions www/scripts/bindings.py
Original file line number Diff line number Diff line change
Expand Up @@ -672,9 +672,9 @@ def printList():
print('<table>')
print('''
<tr>
<th>Description</th>
<th>Controllers</th>
<th>Date</th>
<th align="left">Description</th>
<th align="left">Controllers</th>
<th align="left">Date</th>
</tr>
''')
for obj in objs:
Expand Down

0 comments on commit 30ebe6f

Please sign in to comment.