diff options
Diffstat (limited to 'views/default/input/email.php')
-rw-r--r-- | views/default/input/email.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/default/input/email.php b/views/default/input/email.php index 797fa582f..15e36f145 100644 --- a/views/default/input/email.php +++ b/views/default/input/email.php @@ -1 +1 @@ -<input type="email" <?php echo html5_get_html_attributes($vars); ?> />
\ No newline at end of file +<input type="email" <?php echo elgg_format_attributes($vars); ?> />
\ No newline at end of file |