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.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/coderay/encoders/html.rb b/lib/coderay/encoders/html.rb
index 22738d8..986bf00 100644
--- a/lib/coderay/encoders/html.rb
+++ b/lib/coderay/encoders/html.rb
@@ -80,9 +80,9 @@ module Encoders
:hint => false,
}
- require 'coderay/encoders/helpers/html_helper'
- require 'coderay/encoders/helpers/html_output'
- require 'coderay/encoders/helpers/html_css'
+ require 'coderay/encoders/html/classes'
+ require 'coderay/encoders/html/output'
+ require 'coderay/encoders/html/css'
def initialize(*)
super