aboutsummaryrefslogtreecommitdiff
path: root/views/index.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'views/index.tpl')
-rw-r--r--views/index.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/views/index.tpl b/views/index.tpl
index 52e997f..fd26295 100644
--- a/views/index.tpl
+++ b/views/index.tpl
@@ -62,7 +62,7 @@
</div>
<div class="side-by-side-help-container">
<label>Included tags:
- <input type="text" name="included_tags" value="{{included_tags_str}}">
+ <input type="text" name="included_tags" value="{{included_tags_str if included_tags_str else ''}}">
</label>
% include("tag_hover_help.tpl")
</div>
@@ -138,7 +138,7 @@
<input type="text" name="included_feeds" value="{{included_feeds_str}}" style="display: none;">
% end
% if included_tags:
- <input type="text" name="included_feeds" value="{{included_tags_str}}" style="display: none;">
+ <input type="text" name="included_tags" value="{{included_tags_str}}" style="display: none;">
% end
</form>
% include("footer.tpl")