1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-05 06:07:32 +02:00

Issue #1767 Fixed duplicate 'required' indicator in legacy usersettings theme template.

This commit is contained in:
Cameron
2020-04-21 11:36:36 -07:00
parent 9bd2b3d5f2
commit 6d29c4c55e

View File

@@ -101,7 +101,7 @@ $USEREXTENDED_FIELD = "<tr>
$REQUIRED_FIELD = "{FIELDNAME}<span class='required'> *</span>"; $REQUIRED_FIELD = "{FIELDNAME} <span class='required'><!-- emtpy --></span>";
// After Saving has occurred. // After Saving has occurred.
$USERSETTINGS_MESSAGE = "{MESSAGE}"; $USERSETTINGS_MESSAGE = "{MESSAGE}";