lucavandro / CodiceFiscaleJS

CodiceFiscale.js is a utility library to compute and validate Italian Tax code (codice fiscale).
Creative Commons Attribution Share Alike 4.0 International
197 stars 77 forks source link

Fix labels in master/example/index.html #25

Closed Mokei-it closed 4 years ago

Mokei-it commented 4 years ago

First of all thank you for your great job!

line 50: from: <label for="birthday">Gender</label> to: <label for="gender">Gender</label>

line 63: from: <label for="birthday">Birthplace province</label> to: <label for="birthplace_province">Birthplace province</label>

line 68: from: <label for="birthday">Birthplace</label> to: <label for="birthplace">Birthplace</label>

lucavandro commented 4 years ago

Fixato. Grazie