pluginkollektiv / statify

Statify – statistics plugin for WordPress
https://wordpress.org/plugins/statify/
GNU General Public License v3.0
76 stars 22 forks source link

remove double closing tag on value attribute of radio buttons #206

Closed stklcode closed 3 years ago

stklcode commented 3 years ago

Radio buttons in the settings form, i.e. selector for JS tracking mode contains a superfluous > character in the value attribute because of doubled closing tag after the PHP sequence.

<input name="statify[snippet]" type="radio" value="0>">
                                                    ^
----------------------------------------------------|