Fixed invalid tag in amp template
authorMarcel Werk <burntime@woltlab.com>
Sun, 27 Nov 2016 12:26:10 +0000 (13:26 +0100)
committerMarcel Werk <burntime@woltlab.com>
Sun, 27 Nov 2016 12:26:18 +0000 (13:26 +0100)
com.woltlab.wcf/templates/ampHeader.tpl

index 7ce2ebe6eb3de2e3205ea60f861aa253795536b2..75cfad20b58f749979d98b96774d7e2a43925b4f 100644 (file)
@@ -8,7 +8,7 @@
                {if !$headContent|empty}
                        {@$headContent}
                {/if}
-               <link rel="stylesheet" href="//fonts.googleapis.com/css?family=Open+Sans:400,300,600">
+               <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:400,300,600">
                <style amp-custom>
                        html {
                                box-sizing: border-box;