diff --git a/includes/admin/class-evf-admin-forms-table-list.php b/includes/admin/class-evf-admin-forms-table-list.php index a8561117f..ba7e22d60 100644 --- a/includes/admin/class-evf-admin-forms-table-list.php +++ b/includes/admin/class-evf-admin-forms-table-list.php @@ -157,7 +157,7 @@ public function column_title( $posts ) { } if ( current_user_can( 'everest_forms_view_form_entries', $posts->ID ) ) { - $name = '' . esc_html( $title ) . ''; + $name = '' . esc_html( $title ) . ''; } if ( current_user_can( 'everest_forms_edit_form', $posts->ID ) ) {