You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: datafiles/templates/Html/browse.html.st
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -173,7 +173,7 @@
173
173
<dd>Only show packages with more than 1000 downloads within the last 30 days. The download count is inexact because Hackage uses a <a href="https://en.wikipedia.org/wiki/Content_delivery_network" target=_blank>content delivery network</a>.</dd>
174
174
<dt>(lastUpload < 2021-10-29)</dt>
175
175
<dd>Only show packages for which the last upload was before (i.e. excluding) the given UTC date in <a target=_blank href="https://www.w3.org/TR/NOTE-datetime">the 'complete date' format as specified using ISO 8601</a>.</dd>
176
-
<dt>(lastUpload = 2021-10-29)</dt>x
176
+
<dt>(lastUpload = 2021-10-29)</dt>
177
177
<dd>Only show packages for which the last upload was within the 24 hours of the given UTC date.</dd>
178
178
<dt>(maintainer:SimonMarlow)</dt>
179
179
<dd>Only show packages for which the maintainers list includes the user name <a target=_blank href="/user/SimonMarlow">SimonMarlow</a>.</dd>
0 commit comments