Skip to content

Commit

Permalink
Fix formatting issue in install-target.php
Browse files Browse the repository at this point in the history
  • Loading branch information
navjottomer committed Feb 22, 2024
1 parent 79d455f commit 4ff7ab6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions oc-includes/osclass/installer/gui/install-target.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@
</div>
</div>
<h4 class="title"><?php _e('Location'); ?></h4>
<p class="space-left-25 left no-bottom"><?php _e('Choose a country where your target users are located'); ?>
.</p>
<p class="space-left-25 left no-bottom"><?php _e('Choose a country where your target users are located'); ?></p>
<div id="location">
<?php if (!$internet_error) { ?>
<input type="hidden" id="skip-location-input" name="skip-location-input" value="<?php echo $country_ip ? 0 : 1; ?>" />
Expand Down

0 comments on commit 4ff7ab6

Please sign in to comment.