Skip to content

Commit f6ef9da

Browse files
committed
Fix invalid HTML
- Remove unnecessary <table> and </table> tags - Add closing </tr>
1 parent 122d2de commit f6ef9da

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

Source/pages/manage_config_page.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
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>
@@ -159,7 +159,7 @@
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>
@@ -258,7 +258,7 @@
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>
@@ -268,7 +268,7 @@
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>
@@ -288,7 +288,7 @@
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>

SourceSVN/SourceSVN.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)