File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44import re
55import html
66
7- print ('<div style="overflow: scroll ;"><table class="settingscommands">' )
7+ print ('<div style="overflow-x: auto ;"><table class="settingscommands">' )
88print (' <tr><th>Command</th><th>Arguments</th><th>Description</th></tr>' )
99
1010for line in sys .stdin :
Original file line number Diff line number Diff line change 44import re
55import html
66
7- print ('<div style="overflow: scroll ;"><table class="settingscommands">' )
7+ print ('<div style="overflow-x: auto ;"><table class="settingscommands">' )
88print (' <tr><th>Setting</th><th>Description</th><th>Default</th></tr>' )
99
1010names = {}
Original file line number Diff line number Diff line change 44import re
55import html
66
7- print ('<div style="overflow: scroll ;"><table class="settingscommands">' )
7+ print ('<div style="overflow-x: auto ;"><table class="settingscommands">' )
88print (' <tr><th>Tuning</th><th>Description</th><th>Default</th></tr>' )
99
1010def foo (x ):
You can’t perform that action at this time.
0 commit comments