aboutsummaryrefslogtreecommitdiff
path: root/views/default/input/month.php
diff options
context:
space:
mode:
authorEvan Winslow <evan@elgg.org>2011-03-18 21:28:05 -0700
committerEvan Winslow <evan@elgg.org>2011-03-18 21:28:05 -0700
commitdff32c364b99e57db5ea891ce93f7ab5df9b3258 (patch)
treeff0cd57619974d1ed9e8c9327434cebba9c7a1f6 /views/default/input/month.php
parente45dc237367658ed750701d1055e975eaef63f19 (diff)
downloadelgg-dff32c364b99e57db5ea891ce93f7ab5df9b3258.tar.gz
elgg-dff32c364b99e57db5ea891ce93f7ab5df9b3258.tar.bz2
Removed custom html5 function in favor of core function
Diffstat (limited to 'views/default/input/month.php')
-rw-r--r--views/default/input/month.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/default/input/month.php b/views/default/input/month.php
index 4bd320046..4eaf91048 100644
--- a/views/default/input/month.php
+++ b/views/default/input/month.php
@@ -4,4 +4,4 @@ if (isset($vars['value']) && is_int($vars['value'])) {
}
?>
-<input type="month" <?php echo html5_get_html_attributes($vars); ?> /> \ No newline at end of file
+<input type="month" <?php echo elgg_format_attributes($vars); ?> /> \ No newline at end of file