diff options
Diffstat (limited to 'views/default/input/option.php')
-rw-r--r-- | views/default/input/option.php | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/views/default/input/option.php b/views/default/input/option.php deleted file mode 100644 index 05d5d649f..000000000 --- a/views/default/input/option.php +++ /dev/null @@ -1,13 +0,0 @@ -<?php - -$text = $vars['text']; - -if (!isset($text)) { - $text = $vars['value']; - unset($vars['value']); -} - -$text = htmlentities($text, ENT_QUOTES, 'UTF-8'); -$attributes = elgg_format_attributes($vars); - -echo "<option $attributes>$text</option>";
\ No newline at end of file |