diff options
Diffstat (limited to 'views/default/input/range.php')
-rw-r--r-- | views/default/input/range.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/default/input/range.php b/views/default/input/range.php index 588b835d1..8d4d7f13d 100644 --- a/views/default/input/range.php +++ b/views/default/input/range.php @@ -7,4 +7,4 @@ $defaults = array( $vars = array_merge($defaults, $vars);
?>
-<input type="range" <?php echo html5_get_html_attributes($vars); ?> />
\ No newline at end of file +<input type="range" <?php echo elgg_format_attributes($vars); ?> />
\ No newline at end of file |