summaryrefslogtreecommitdiff
path: root/lib/coderay/encoders/html.rb
diff options
context:
space:
mode:
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