summaryrefslogtreecommitdiff
path: root/www/crm/wp-admin/edit-tag-form.php
diff options
context:
space:
mode:
Diffstat (limited to 'www/crm/wp-admin/edit-tag-form.php')
-rw-r--r--www/crm/wp-admin/edit-tag-form.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/crm/wp-admin/edit-tag-form.php b/www/crm/wp-admin/edit-tag-form.php
index 3a496920..48800eb8 100644
--- a/www/crm/wp-admin/edit-tag-form.php
+++ b/www/crm/wp-admin/edit-tag-form.php
@@ -127,7 +127,7 @@ if ( isset( $tag->name ) ) {
$tag_name_value = esc_attr( $tag->name );
}
?>
- <table class="form-table">
+ <table class="form-table" role="presentation">
<tr class="form-field form-required term-name-wrap">
<th scope="row"><label for="name"><?php _ex( 'Name', 'term name' ); ?></label></th>
<td><input name="name" id="name" type="text" value="<?php echo $tag_name_value; ?>" size="40" aria-required="true" />