Fix the wrong closing tags.
Showing
1 changed file
with
2 additions
and
2 deletions
| ... | @@ -57,7 +57,7 @@ namespace Tz\WordPress\Tools\Notifications\Settings; | ... | @@ -57,7 +57,7 @@ namespace Tz\WordPress\Tools\Notifications\Settings; |
| 57 | <?php $wp_option = SETTING_NS . '[postal]'; ?> | 57 | <?php $wp_option = SETTING_NS . '[postal]'; ?> |
| 58 | <td><input type="text" id="<?php echo $wp_option; ?>" name="<?php echo $wp_option; ?>" value="<?php echo Vars::$settings['postal'];?>" /></td> | 58 | <td><input type="text" id="<?php echo $wp_option; ?>" name="<?php echo $wp_option; ?>" value="<?php echo Vars::$settings['postal'];?>" /></td> |
| 59 | </tr> | 59 | </tr> |
| 60 | </body> | 60 | </tbody> |
| 61 | </table> | 61 | </table> |
| 62 | 62 | ||
| 63 | <table cellspacing="0" class="widefat post fixed" style="margin-top:15px;"> | 63 | <table cellspacing="0" class="widefat post fixed" style="margin-top:15px;"> |
| ... | @@ -78,7 +78,7 @@ namespace Tz\WordPress\Tools\Notifications\Settings; | ... | @@ -78,7 +78,7 @@ namespace Tz\WordPress\Tools\Notifications\Settings; |
| 78 | <?php $wp_option = SETTING_NS . '[opt_message]'; ?> | 78 | <?php $wp_option = SETTING_NS . '[opt_message]'; ?> |
| 79 | <td><textarea id="<?php echo $wp_option; ?>" name="<?php echo $wp_option; ?>" class="wide-input-field" rows="4" style="width:100%;color:#999" onkeydown="this.style.color = '#000000';" ><?php echo Vars::$settings['opt_message'];?></textarea></td> | 79 | <td><textarea id="<?php echo $wp_option; ?>" name="<?php echo $wp_option; ?>" class="wide-input-field" rows="4" style="width:100%;color:#999" onkeydown="this.style.color = '#000000';" ><?php echo Vars::$settings['opt_message'];?></textarea></td> |
| 80 | </tr> | 80 | </tr> |
| 81 | </body> | 81 | </tbody> |
| 82 | </table> | 82 | </table> |
| 83 | 83 | ||
| 84 | <p> | 84 | <p> | ... | ... |
-
Please register or sign in to post a comment