diff --git a/lam/lib/html.inc b/lam/lib/html.inc
index 3400c48e0..c21b5e548 100644
--- a/lam/lib/html.inc
+++ b/lam/lib/html.inc
@@ -1273,7 +1273,7 @@ class htmlAccountPageButton extends htmlButton {
class htmlSelect extends htmlElement {
/** name of select field */
- private $name;
+ protected $name;
/** size */
private $size;
/** allows multi-selection */
@@ -1388,7 +1388,7 @@ class htmlSelect extends htmlElement {
echo '
';
}
// print select box
- echo '