diff options
| author | 2013-11-13 21:39:53 +0100 | |
|---|---|---|
| committer | 2013-11-13 21:39:53 +0100 | |
| commit | 6f081f9dafce403738b2cae1c02eba653b9f54f9 (patch) | |
| tree | 96f91b32fa47da40bacc606e5337ecf05066a441 /app/layout/header.phtml | |
| parent | d654b34fa7c1f5a09ec8c9bf2b82b43bf5efaa7d (diff) | |
Un peu plus de HTML5 pour les types des champs de formulaires
Diffstat (limited to 'app/layout/header.phtml')
| -rw-r--r-- | app/layout/header.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/layout/header.phtml b/app/layout/header.phtml index 4f19d1c31..d936a71c6 100644 --- a/app/layout/header.phtml +++ b/app/layout/header.phtml @@ -25,7 +25,7 @@ <form action="<?php echo _url ('index', 'index'); ?>" method="get"> <div class="stick"> <?php $search = Request::param ('search', ''); ?> - <input type="text" name="search" id="search" value="<?php echo $search; ?>" placeholder="<?php echo Translate::t ('search'); ?>" /> + <input type="search" name="search" id="search" value="<?php echo $search; ?>" placeholder="<?php echo Translate::t ('search'); ?>" /> <?php $get = Request::param ('get', ''); ?> <?php if($get != '') { ?> |
