mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 22:45:57 +00:00
pref_prefs: fix markup error
This commit is contained in:
@@ -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\">".
|
||||
|
||||
Reference in New Issue
Block a user