Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vanzhiganov committed Nov 10, 2015
1 parent e6a2ffe commit 6ed24c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/procdn_settings.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public static function settings_page() {
<?php echo settings_fields('procdn'); ?>
<?php $options = PROCDN::get_options(); ?>

<table class="form-table" border=1>
<table class="form-table">
<tr valign="top">
<th scope="row"><?php echo _e("CDN URL", "cdn"); ?></th>
<td>
Expand Down

0 comments on commit 6ed24c0

Please sign in to comment.