Skip to content

Commit

Permalink
Remove unwanted space from string.
Browse files Browse the repository at this point in the history
  • Loading branch information
iamdharmesh authored Jan 5, 2024
1 parent 1576537 commit 7bc9db7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/classes/class-srm-post-type.php
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,7 @@ public function redirect_rule_metabox( $post ) {
<p>
<label><strong><?php esc_html_e( 'Redirect Protocol:', 'safe-redirect-manager' ); ?></strong></label><br/>
<label>
<input type="checkbox" name="srm_force_https" value="1" <?php checked( $force_https, true ); ?>/><?php esc_html_e( ' Force https', 'safe-redirect-manager' ); ?>
<input type="checkbox" name="srm_force_https" value="1" <?php checked( $force_https, true ); ?>/> <?php esc_html_e( 'Force https', 'safe-redirect-manager' ); ?>
</label>
</p>

Expand Down

0 comments on commit 7bc9db7

Please sign in to comment.