Skip to content

Commit

Permalink
Merge pull request #169 from ShashwatMittal/fix/mginx-map-ui
Browse files Browse the repository at this point in the history
Remove extra spacing for nginx map section
  • Loading branch information
chandrapatel authored Feb 25, 2019
2 parents fccd54d + 08d490c commit 2561d04
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions admin/partials/nginx-helper-general-options.php
Original file line number Diff line number Diff line change
Expand Up @@ -611,9 +611,7 @@
?>
</th>
<td>
<pre>
<?php echo esc_url( $log_path . 'map.conf' ); ?>
</pre>
<pre><?php echo esc_url( $log_path . 'map.conf' ); ?></pre>
</td>
</tr>
<tr>
Expand Down

0 comments on commit 2561d04

Please sign in to comment.