diff options
| author | Misko Hevery | 2012-06-15 10:25:16 -0700 |
|---|---|---|
| committer | Misko Hevery | 2012-06-15 10:40:25 -0700 |
| commit | ad5d2f2991ecfe1ec6152be71982b8980236c988 (patch) | |
| tree | 503afc62fdd3f6e164194ee2b6c1ee32d5ce28c3 /docs/src/templates/index.html | |
| parent | 519bef4f3d1cdac497c782f77457fd2f67184601 (diff) | |
| download | angular.js-ad5d2f2991ecfe1ec6152be71982b8980236c988.tar.bz2 | |
fix(doc) firefox icon rendering
Diffstat (limited to 'docs/src/templates/index.html')
| -rw-r--r-- | docs/src/templates/index.html | 2 |
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); |
