Wrapper function introduced, description for random refid rewritten:
[mailer.git] / templates / de / html / admin / admin_edit_user.tpl
index 07e30cd6f5fb99994fa283040a8102e98b3355ae..78fc892b48a32ed37758588c396d1257968975f1 100644 (file)
@@ -10,9 +10,9 @@
                <td width="195" align="right" height="21">{--GENDER--}:</td>
                <td width="195">
                        <select name="gender" class="form_select" size="1">
-                               <option value="M"$content[gender_m]">{--GENDER_M--}</option>
-                               <option value="F"$content[gender_f]">{--GENDER_F--}</option>
-                               <option value="C"$content[gender_c]">{--GENDER_C--}</option>
+                               <option value="M"$content[gender_m]>{--GENDER_M--}</option>
+                               <option value="F"$content[gender_f]>{--GENDER_F--}</option>
+                               <option value="C"$content[gender_c]>{--GENDER_C--}</option>
                        </select>
                </td>
        </tr>