PolyGerrit: Remove duplicate arrows from gr-admin-project

Change-Id: Ie19f4505223bdf95bb06cfc9607b738cae0c497f
diff --git a/polygerrit-ui/app/elements/admin/gr-admin-project/gr-admin-project.html b/polygerrit-ui/app/elements/admin/gr-admin-project/gr-admin-project.html
index a9dd3df8..448e713 100644
--- a/polygerrit-ui/app/elements/admin/gr-admin-project/gr-admin-project.html
+++ b/polygerrit-ui/app/elements/admin/gr-admin-project/gr-admin-project.html
@@ -97,7 +97,7 @@
                         id="submitTypeSelect"
                         is="gr-select"
                         bind-value="{{_projectConfig.submit_type}}"
-                        disabled$="[[_readOnly]]">>
+                        disabled$="[[_readOnly]]">
                       <template is="dom-repeat" items="[[_submitTypes]]">
                         <option value="[[item.value]]">[[item.label]]</option>
                       </template>
@@ -128,7 +128,7 @@
                         id="newChangeSelect"
                         is="gr-select"
                         bind-value="{{_projectConfig.create_new_change_for_all_not_in_target.configured_value}}"
-                        disabled$="[[_readOnly]]">>
+                        disabled$="[[_readOnly]]">
                       <template is="dom-repeat"
                           items="[[_formatBooleanSelect(_projectConfig.create_new_change_for_all_not_in_target)]]">
                         <option value="[[item.value]]">[[item.label]]</option>
@@ -143,7 +143,7 @@
                         id="requireChangeIdSelect"
                         is="gr-select"
                         bind-value="{{_projectConfig.require_change_id.configured_value}}"
-                        disabled$="[[_readOnly]]">>
+                        disabled$="[[_readOnly]]">
                       <template is="dom-repeat"
                           items="[[_formatBooleanSelect(_projectConfig.require_change_id)]]">
                         <option value="[[item.value]]">[[item.label]]</option>
@@ -159,7 +159,7 @@
                         id="rejectImplicitMergesSelect"
                         is="gr-select"
                         bind-value="{{_projectConfig.reject_implicit_merges.configured_value}}"
-                        disabled$="[[_readOnly]]">>
+                        disabled$="[[_readOnly]]">
                       <template is="dom-repeat"
                           items="[[_formatBooleanSelect(_projectConfig.reject_implicit_merges)]]">
                         <option value="[[item.value]]">[[item.label]]</option>
@@ -189,7 +189,7 @@
                         id="contributorAgreementSelect"
                         is="gr-select"
                         bind-value="{{_projectConfig.use_contributor_agreements.configured_value}}"
-                        disabled$="[[_readOnly]]">>
+                        disabled$="[[_readOnly]]">
                     <template is="dom-repeat"
                         items="[[_formatBooleanSelect(_projectConfig.use_contributor_agreements)]]">
                       <option value="[[item.value]]">[[item.label]]</option>
@@ -204,7 +204,7 @@
                         id="useSignedOffBySelect"
                         is="gr-select"
                         bind-value="{{_projectConfig.use_signed_off_by.configured_value}}"
-                        disabled$="[[_readOnly]]">>
+                        disabled$="[[_readOnly]]">
                     <template is="dom-repeat"
                         items="[[_formatBooleanSelect(_projectConfig.use_signed_off_by)]]">
                       <option value="[[item.value]]">[[item.label]]</option>