Skip to content

Commit 2561d04

Browse files
authored
Merge pull request #169 from ShashwatMittal/fix/mginx-map-ui
Remove extra spacing for nginx map section
2 parents fccd54d + 08d490c commit 2561d04

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

admin/partials/nginx-helper-general-options.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -611,9 +611,7 @@
611611
?>
612612
</th>
613613
<td>
614-
<pre>
615-
<?php echo esc_url( $log_path . 'map.conf' ); ?>
616-
</pre>
614+
<pre><?php echo esc_url( $log_path . 'map.conf' ); ?></pre>
617615
</td>
618616
</tr>
619617
<tr>

0 commit comments

Comments
 (0)