bumping this
and also ran every html i could through the validator
and need help with the following so i can make a PR for ucp
ucp.php?i=ucp_prefs&mode=personal (styles/prosilver/template/timezone_option.html)
Error: Attribute timezone-preselect not allowed on element input at this point.
Code: Select all
<input type="button" id="tz_select_date_suggest" class="button2" style="display: none;" timezone-preselect="<!-- IF S_TZ_PRESELECT -->true<!-- ELSE -->false<!-- ENDIF -->" data-l-suggestion="{L_TIMEZONE_DATE_SUGGESTION}" value="{L_TIMEZONE_DATE_SUGGESTION}" />
ucp.php?i=ucp_groups&mode=manage (styles/prosilver/template/ucp_groups_manage.html)
Error: Bad value for attribute action on element form: Must be non-empty.
Code: Select all
<form id="ucp" method="post" action="{S_UCP_ACTION}"{S_FORM_ENCTYPE}>
S_UCP_ACTION isn't set in includes/ucp/ucp_groups.php for the manage function
i did find some other errors/warnings that i was able to fix but want to wait till these 2 above issues are solved so i can submit 1 PR for ucp