marcinkazmierczak / php-form-builder-class

Automatically exported from code.google.com/p/php-form-builder-class
GNU General Public License v3.0
0 stars 0 forks source link

accentuation on the placeholder #216

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
$form->addElement(new Element\Textbox("Usuário", "Subject", array(
           "required" => 1)));//Placeholder don't work!
$form->addElement(new Element\Textbox("Usuario", "Password", array(
           "required" => 1)));//Placeholder OK!

Operacional System
Windows 8 64bits

Version of PFBC 3.1

php version  5.4.3

Details of charset:
<!DOCTYPE html>
<html lang="pt-br">
<head>
        <meta http-equiv="Content-Type"content="text/html;charset=ISO-8859-1">
        <meta http-equiv="Content-Language" content="pt-br" />

Original issue reported on code.google.com by vie...@gmail.com on 23 Jul 2014 at 2:14