File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed
Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 138138 </td>
139139 </tr>
140140
141- <tr class="spacer" / >
141+ <tr class="spacer"></tr >
142142 <tr>
143143 <td class="category"><?php echo plugin_lang_get ( 'buglink_regex_1 ' ) ?> </td>
144144 <td>
159159 </td>
160160 </tr>
161161
162- <tr class="spacer" / >
162+ <tr class="spacer"></tr >
163163 <tr>
164164 <td class="category"><span><?php echo plugin_lang_get ( 'bugfix_regex_1 ' ) ?> </td>
165165 <td>
258258 </td>
259259 </tr>
260260
261- <tr class="spacer" / >
261+ <tr class="spacer"></tr >
262262 <tr>
263263 <td class="category"><?php echo plugin_lang_get ( 'api_key ' ) ?> </td>
264264 <td>
268268 </td>
269269 </tr>
270270
271- <tr class="spacer" / >
271+ <tr class="spacer"></tr >
272272 <tr>
273273 <td class="category"><?php echo plugin_lang_get ( 'allow_remote_checkin ' ) ?> </td>
274274 <td>
288288 </td>
289289 </tr>
290290
291- <tr class="spacer" / >
291+ <tr class="spacer"></tr >
292292 <tr>
293293 <td class="category"><?php echo plugin_lang_get ( 'allow_remote_import ' ) ?> </td>
294294 <td>
Original file line number Diff line number Diff line change @@ -167,7 +167,6 @@ public function update_config_form() {
167167 $ t_winstart = plugin_config_get ( 'winstart ' , '' );
168168
169169?>
170- <table class="table table-striped table-bordered table-condensed">
171170 <tr class="spacer"></tr>
172171 <tr>
173172 <td colspan="2"><h4><?php echo plugin_lang_get ( 'title ' ) ?> </h4></td>
@@ -203,7 +202,6 @@ public function update_config_form() {
203202 </td>
204203 </tr>
205204 <tr class="spacer"></tr>
206- </table>
207205
208206<?php
209207 }
You can’t perform that action at this time.
0 commit comments