diff options
-rw-r--r-- | templates/ng/base/head.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/ng/base/head.tmpl b/templates/ng/base/head.tmpl index 81545344..40c3899e 100644 --- a/templates/ng/base/head.tmpl +++ b/templates/ng/base/head.tmpl @@ -12,7 +12,7 @@ <link rel="shortcut icon" href="/img/favicon.png" /> {{if CdnMode}} - <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css"> + <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css"> <script src="//code.jquery.com/jquery-1.11.1.min.js"></script> {{else}} @@ -35,4 +35,4 @@ </head> <body> <div id="wrapper"> - <noscript>Please enable JavaScript in your browser!</noscript>
\ No newline at end of file + <noscript>Please enable JavaScript in your browser!</noscript> |