partakein / partake

PARTAKE is a web application to manage event organization.
http://partake.in/
48 stars 11 forks source link

Fix invalid HTML #451

Closed KengoTODA closed 11 years ago

KengoTODA commented 11 years ago

Our HTML is invalid, it would make trouble like X-browser problem.

mayah commented 11 years ago

I think we can remove <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="Content-Script-Type" content="text/javascript"> these two lines.

Instead, we would like to have <meta charset="utf-8">