diff options
Diffstat (limited to 'documentation/css/preview')
-rw-r--r-- | documentation/css/preview/forms.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/css/preview/forms.php b/documentation/css/preview/forms.php index d3a3e7647..8dd028dc5 100644 --- a/documentation/css/preview/forms.php +++ b/documentation/css/preview/forms.php @@ -54,7 +54,7 @@ require dirname(__FILE__) . '/head.php'; </p> <p> <label for="f5">Dropdown input:</label><br /> - <?php echo elgg_view('input/pulldown', array( + <?php echo elgg_view('input/dropdown', array( 'internalname' => 'f5', 'internalid' => 'f5', 'options' => array('option 1', 'option 2'), |