mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-17 22:01:30 +00:00
pref_prefs: fix markup error
This commit is contained in:
@@ -461,7 +461,7 @@ class Pref_Prefs extends Protected_Handler {
|
|||||||
onclick=\"insertSSLserial('')\">" .
|
onclick=\"insertSSLserial('')\">" .
|
||||||
__('Clear') . "</button>";
|
__('Clear') . "</button>";
|
||||||
|
|
||||||
} else if ($pref_name = 'DIGEST_RPEFERRED_TIME') {
|
} else if ($pref_name == 'DIGEST_PREFERRED_TIME') {
|
||||||
print "<input dojoType=\"dijit.form.ValidationTextBox\"
|
print "<input dojoType=\"dijit.form.ValidationTextBox\"
|
||||||
id=\"$pref_name\" regexp=\"[012]\d:\d\d\" placeHolder=\"12:00\"
|
id=\"$pref_name\" regexp=\"[012]\d:\d\d\" placeHolder=\"12:00\"
|
||||||
name=\"$pref_name\" value=\"$value\"><div class=\"insensitive\">".
|
name=\"$pref_name\" value=\"$value\"><div class=\"insensitive\">".
|
||||||
|
|||||||
Reference in New Issue
Block a user