Merge pull request #356 from kadimi/patch-20

Fix HTML missing closing tag
This commit is contained in:
Brian Miyaji
2020-03-30 15:15:02 +11:00
committed by GitHub

View File

@@ -474,7 +474,7 @@ if ( class_exists( 'WP_Importer' ) ) {
<ul>
<li><input type="radio" name="sp_format" class="post-format" id="post-format-league" value="league" checked="checked"> <label for="post-format-league" class="post-format-icon post-format-league"><?php _e( 'Competitive', 'sportspress' ); ?></label></li>
<li><input type="radio" name="sp_format" class="post-format" id="post-format-friendly" value="friendly"> <label for="post-format-friendly" class="post-format-icon post-format-friendly"><?php _e( 'Friendly', 'sportspress' ); ?></label></li>
<br>
</ul>
</fieldset>
</td>
</tr>