Change :first for :newest

i.e. toggle default for the more-obvious option
This commit is contained in:
2020-07-06 19:25:17 +02:00
parent 64af86c11e
commit f18a128ee6
3 changed files with 9 additions and 9 deletions

View File

@@ -192,8 +192,8 @@
</select>
link of the
<select>
<option value="">newest</option>
<option value=":first" title="Return the feed items in the order they appear in the feed (morss ohterwise shows the newest items first)">first (?)</option>
<option value="">first</option>
<option value=":newest" title="Select feed items by publication date (instead of appearing order)">newest (?)</option>
</select>
items and
<select>