diff --git a/password_policy.module b/password_policy.module index aff06e8..bffd7ef 100644 --- a/password_policy.module +++ b/password_policy.module @@ -365,7 +365,7 @@ function password_policy_form_alter(&$form, $form_state, $form_id) { // Printing out the restrictions. if (variable_get('password_policy_show_restrictions', 0) && isset($translate)) { - $restriction_html = '
'; + $restriction_html = '
'. theme('item_list', $translate, t('Password Requirements')) .'
'; if (isset($form['account']) && is_array($form['account'])) { $form['account']['pass']['#prefix'] = $restriction_html; }