partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

commit 57509f0e3aa95c108232c28fa62cf866201f2aad
parent ea5eaf8d4d567e589906c32f5cd1fd38d4ccbee3
Author: Felicitus <felicitus@felicitus.org>
Date:   Mon, 14 Dec 2015 22:10:27 +0100

Load the font via https by default, fixes #520

Diffstat:
Msrc/PartKeepr/FrontendBundle/Resources/views/index.html.twig | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/PartKeepr/FrontendBundle/Resources/views/index.html.twig b/src/PartKeepr/FrontendBundle/Resources/views/index.html.twig @@ -8,7 +8,7 @@ <base href="{{ app.request.getBaseURL() }}"/> - <link href="{% if https %}https{% else %}http{% endif %}://fonts.googleapis.com/css?family=Ubuntu:400,700italic" + <link href="https://fonts.googleapis.com/css?family=Ubuntu:400,700italic" rel="stylesheet" type="text/css"> <!-- Include the ExtJS CSS Theme -->