summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2013-06-25 23:25:42 -0700
committerDan Allen <dan.j.allen@gmail.com>2013-06-25 23:25:42 -0700
commit651b0eba4a827a435d4d093156ddaf389ba079dd (patch)
treee7be1bfc8a0a9d7d193714c57168594963f26c6f /lib
parent23144b5bddcb8e383d847703397d5c5548672031 (diff)
parente9871553191f4b9e4bd017e7e4e159decaa707d2 (diff)
Merge pull request #452 from mojavelinux/font-awesome-3.2.0
resolves #451 upgrade font awesome to 3.2.0
Diffstat (limited to 'lib')
-rw-r--r--lib/asciidoctor/backends/html5.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/asciidoctor/backends/html5.rb b/lib/asciidoctor/backends/html5.rb
index 3e41139e..815f0777 100644
--- a/lib/asciidoctor/backends/html5.rb
+++ b/lib/asciidoctor/backends/html5.rb
@@ -74,7 +74,7 @@ elsif attr? :stylesheet
end
if attr? 'icons', 'font'
if !(attr 'iconfont-remote', '').nil? %>
-<link rel="stylesheet" href="<%= attr 'iconfont-cdn', 'http://cdnjs.cloudflare.com/ajax/libs/font-awesome/3.1.0/css' %>/<%= attr 'iconfont-name', 'font-awesome' %>.min.css"><%
+<link rel="stylesheet" href="<%= attr 'iconfont-cdn', 'http://cdnjs.cloudflare.com/ajax/libs/font-awesome/3.2.0/css' %>/<%= attr 'iconfont-name', 'font-awesome' %>.min.css"><%
else %>
<link rel="stylesheet" href="<%= normalize_web_path(%(\#{attr 'iconfont-name', 'font-awesome'}.css), (attr 'stylesdir', '')) %>"><%
end