From a0fb65a2cae557576e93fd0b931532bdb45bf808 Mon Sep 17 00:00:00 2001 From: Janus Troelsen Date: Sat, 22 Apr 2023 11:43:06 -0500 Subject: [PATCH] Undoes stray x from 5f5b8144ea (#1200) --- datafiles/templates/Html/browse.html.st | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datafiles/templates/Html/browse.html.st b/datafiles/templates/Html/browse.html.st index a8b8e6afa..8f79ce634 100644 --- a/datafiles/templates/Html/browse.html.st +++ b/datafiles/templates/Html/browse.html.st @@ -173,7 +173,7 @@
Only show packages with more than 1000 downloads within the last 30 days. The download count is inexact because Hackage uses a content delivery network.
(lastUpload < 2021-10-29)
Only show packages for which the last upload was before (i.e. excluding) the given UTC date in the 'complete date' format as specified using ISO 8601.
-
(lastUpload = 2021-10-29)
x +
(lastUpload = 2021-10-29)
Only show packages for which the last upload was within the 24 hours of the given UTC date.
(maintainer:SimonMarlow)
Only show packages for which the maintainers list includes the user name SimonMarlow.