WordPoints / wordpoints

Points plugin for WordPress
GNU General Public License v2.0
20 stars 15 forks source link

Invalid HTML breaking profile page #650

Closed 21stcn closed 7 years ago

21stcn commented 7 years ago

Two issues on line 339 of components/points/admin/includes/functions.php :

<lable><?php esc_html_e( 'Reason', 'wordpoints' ); ?> <input type="text" name="wordpoints_set_reason" />

  1. 'label' tag mispelled
  2. label tag unclosed

This causes all subsequent profile html (from wordpress core and plugins) to be contained with this label tag

wordpoints

JDGrimes commented 7 years ago

Thank you for the report @21stcn. That UI will probably be replaced by a different one in the near future, see #579. But if that doesn't happen in the next version of WordPoints, then we'll go ahead and fix this bug in the mean time.