aboutsummaryrefslogtreecommitdiffstats
path: root/docs/src/templates/index.html
diff options
context:
space:
mode:
authorMisko Hevery2012-06-15 10:25:16 -0700
committerMisko Hevery2012-06-15 10:40:25 -0700
commitad5d2f2991ecfe1ec6152be71982b8980236c988 (patch)
tree503afc62fdd3f6e164194ee2b6c1ee32d5ce28c3 /docs/src/templates/index.html
parent519bef4f3d1cdac497c782f77457fd2f67184601 (diff)
downloadangular.js-ad5d2f2991ecfe1ec6152be71982b8980236c988.tar.bz2
fix(doc) firefox icon rendering
Diffstat (limited to 'docs/src/templates/index.html')
-rw-r--r--docs/src/templates/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/templates/index.html b/docs/src/templates/index.html
index 0b8b5e37..22642687 100644
--- a/docs/src/templates/index.html
+++ b/docs/src/templates/index.html
@@ -27,7 +27,7 @@
addTag('base', {href: baseUrl});
addTag('link', {rel: 'stylesheet', href: 'css/bootstrap.min.css', type: 'text/css'});
- addTag('link', {rel: 'stylesheet', href: 'http://angularjs.org/css/font-awesome.css', type: 'text/css'});
+ addTag('link', {rel: 'stylesheet', href: 'css/font-awesome.css', type: 'text/css'});
addTag('link', {rel: 'stylesheet', href: 'css/docs.css', type: 'text/css'});
if (jQuery) addTag('script', {src: debug ? 'js/jquery.js' : 'js/jquery.min.js'});
addTag('script', {src: path('angular.js')}, sync);