1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-22 07:51:28 +00:00

fix feed editor when FORCE_ARTICLE_PURGE is enabled

This commit is contained in:
Andrew Dolgov
2010-12-17 17:14:20 +03:00
parent ee273da6fa
commit 7d8eca888c
2 changed files with 3 additions and 1 deletions

View File

@@ -339,7 +339,8 @@
'dojoType="dijit.form.Select"');
} else {
print "<input type='hidden' name='purge_interval' value='$purge_interval'>";
print "<input style=\"display : none\" name='purge_interval'
dojoType=\"dijit.form.TextBox\" value='$purge_interval'>";
}