summaryrefslogtreecommitdiff
path: root/lib/coderay/encoders/html.rb
diff options
context:
space:
mode:
authorKornelius Kalnbach <murphy@rubychan.de>2013-10-22 01:11:31 +0200
committerKornelius Kalnbach <murphy@rubychan.de>2013-10-22 01:16:32 +0200
commitb09e97b08c3c073e79159ff09f6a7e0779fcfd2e (patch)
tree03760e46268a69bdc67418afa34892a0f99040fc /lib/coderay/encoders/html.rb
parente93aae88985667189bb5b24ad0d5f54cb5fdba70 (diff)
downloadcoderay-b09e97b08c3c073e79159ff09f6a7e0779fcfd2e.tar.gz
use autoload again
Diffstat (limited to 'lib/coderay/encoders/html.rb')
-rw-r--r--lib/coderay/encoders/html.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/coderay/encoders/html.rb b/lib/coderay/encoders/html.rb
index d2ebb5a..093df08 100644
--- a/lib/coderay/encoders/html.rb
+++ b/lib/coderay/encoders/html.rb
@@ -289,7 +289,7 @@ module Encoders
Hash.new do |h, kinds|
begin
css_class = css_class_for_kinds(kinds)
- title = HTML.token_path_to_hint hint, kinds if hint
+ title = Html.token_path_to_hint hint, kinds if hint
if css_class || title
if method == :style