File tree Expand file tree Collapse file tree 1 file changed +12
-5
lines changed
Expand file tree Collapse file tree 1 file changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -117,11 +117,18 @@ block content
117117 #dev-div-controls ( style ="display:none;" )
118118 #start_script_row
119119 div.run-option.dev-div-run-option .
120- <tr style =" width :100% " >
121- <td style =" text-align :left ;width :50% ;" >URL for start-script</td >
122- <td style =" text-align :right ;width :50% ;" >
123- <span class =in-circle onclick =' helpOnClick("start-script");' >?</span ></td >
124- </tr >
120+ table
121+ thead
122+ tr
123+ th
124+ th
125+ tbody
126+ <tr style =" width :100% " >
127+ <td style =" text-align :left ;width :50% ;" >URL for start-script</td >
128+ <td style =" text-align :right ;width :50% ;" >
129+ <span class =in-circle onclick =' helpOnClick("start-script");' >?</span >
130+ </td >
131+ </tr >
125132 <input type =" url" id =" start_script_url" name =" start_script_url" class =" url-input" style =" width :100% ;margin-bottom :12px ;" >
126133 #custom_sysout_row
127134 label.run-option.dev-div-run-option .
You can’t perform that action at this time.
0 commit comments