diff options
Diffstat (limited to 'website')
-rw-r--r-- | website/www/packages.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/website/www/packages.scm b/website/www/packages.scm index ed88681..22e4733 100644 --- a/website/www/packages.scm +++ b/website/www/packages.scm @@ -172,8 +172,8 @@ decreasing, is 1." `(div (img (@ (src ,(image-url "status-icons/undefined.png")) (id ,(string-append "icon-" (package-full-name package) "." system)) (class "status-icon") - (alt "Unknown") - (title "Unknown"))) + (alt "unknown") + (title "unknown"))) (a (@ (href ,(string-append "http://hydra.gnu.org/job/gnu/master/" (package-full-name package) "." system)) @@ -514,7 +514,7 @@ letter)." (a (@ (href "http://hydra.gnu.org/jobset/gnu/master")) "continuous integration system") " shows their current build status " - "(Updated " ,(date->string (current-date) "~B ~e, ~Y") ").") + "(updated " ,(date->string (current-date) "~B ~e, ~Y") ").") (p "You can browse packages indexed by their first letter, or you can view " (a (@ (href "/packages/all.html")) |