diff --git a/app/public/static/bootstrap.css b/app/public/static/bootstrap.css index 47ac439..dc66061 100644 --- a/app/public/static/bootstrap.css +++ b/app/public/static/bootstrap.css @@ -11,7 +11,7 @@ * Copyright 2011-2018 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */ -/* @import url("https://fonts.googleapis.com/css?family=Lato:400,700,400italic"); */ +@import url("https://fonts.googleapis.com/css?family=Lato:400,700,400italic"); :root { --blue: #375a7f; --indigo: #6610f2; diff --git a/app/templates/packages/view.html b/app/templates/packages/view.html index 89174a0..960c2b2 100644 --- a/app/templates/packages/view.html +++ b/app/templates/packages/view.html @@ -171,9 +171,6 @@ {% for meta in package.provides %} {{ meta.name }} - {%- if not loop.last %} - , - {% endif %} {% endfor %} {% endif %} @@ -258,7 +255,7 @@