pref_prefs: fix markup error

This commit is contained in:
Andrew Dolgov 2012-01-31 15:26:16 +04:00
parent e95e78198f
commit 76c843a9ba
1 changed files with 1 additions and 1 deletions

View File

@ -461,7 +461,7 @@ class Pref_Prefs extends Protected_Handler {
onclick=\"insertSSLserial('')\">" .
__('Clear') . "</button>";
} else if ($pref_name = 'DIGEST_RPEFERRED_TIME') {
} else if ($pref_name == 'DIGEST_PREFERRED_TIME') {
print "<input dojoType=\"dijit.form.ValidationTextBox\"
id=\"$pref_name\" regexp=\"[012]\d:\d\d\" placeHolder=\"12:00\"
name=\"$pref_name\" value=\"$value\"><div class=\"insensitive\">".