diff --git a/docs/en_US/release_notes_5_1.rst b/docs/en_US/release_notes_5_1.rst index af2810388..053d49cf4 100644 --- a/docs/en_US/release_notes_5_1.rst +++ b/docs/en_US/release_notes_5_1.rst @@ -53,4 +53,5 @@ Bug fixes | `Issue #6307 `_ - Fixed an issue where the incorrect values visible in the dependents tab for publication. | `Issue #6312 `_ - Fixed an issue where copy/paste rows in view data paste the wrong value for boolean type. | `Issue #6316 `_ - Ensure that the primary key should be visible properly in the table dialog. +| `Issue #6317 `_ - Ensure that toggle buttons are accessible by most screen readers. | `Issue #6322 `_ - Fixed an issue where the top menu disappears when entering into the full screen for minimum screen resolution. diff --git a/web/pgadmin/static/js/backform.pgadmin.js b/web/pgadmin/static/js/backform.pgadmin.js index c12882f13..6dbd0e278 100644 --- a/web/pgadmin/static/js/backform.pgadmin.js +++ b/web/pgadmin/static/js/backform.pgadmin.js @@ -587,7 +587,6 @@ define([ }, template: _.template([ '<%=label%>', - '', '
', ' '); this.setSrValue(); this.updateInvalid();