Index: trunk/phase3/includes/Xml.php |
— | — | @@ -448,7 +448,7 @@ |
449 | 449 | * @param $name Mixed: Name and id for the drop-down |
450 | 450 | * @param $class Mixed: CSS classes for the drop-down |
451 | 451 | * @param $other Mixed: Text for the "Other reasons" option |
452 | | - * @param $list Mixed: Correctly formatted text to be used to generate the options |
| 452 | + * @param $list Mixed: Correctly formatted text (newline delimited) to be used to generate the options |
453 | 453 | * @param $selected Mixed: Option which should be pre-selected |
454 | 454 | * @param $tabindex Mixed: Value of the tabindex attribute |
455 | 455 | * @return string |