@@ -152,10 +152,11 @@ function update_title(elem) {
- ${radio_type(_("public"), _("anyone can view and submit"))}
- ${radio_type(_("restricted"),
+ ${radio_type("public", _("public"), _("anyone can view and submit"))}
+ ${radio_type("restricted", _("restricted"),
_("anyone can view, but only contributors can submit links"))}
- ${radio_type(_("private"), _("only contributors can view and submit"))}
+ ${radio_type("private", _("private"),
+ _("only contributors can view and submit"))}