summaryrefslogtreecommitdiff
path: root/lib/coderay/encoders/div.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/coderay/encoders/div.rb')
-rw-r--r--lib/coderay/encoders/div.rb20
1 files changed, 10 insertions, 10 deletions
diff --git a/lib/coderay/encoders/div.rb b/lib/coderay/encoders/div.rb
index c389a0d..ce558f2 100644
--- a/lib/coderay/encoders/div.rb
+++ b/lib/coderay/encoders/div.rb
@@ -1,20 +1,20 @@
module CodeRay
module Encoders
-
- load :html
- class Div < HTML
+ load :html
- FILE_EXTENSION = 'div.html'
+ class Div < HTML
- register_for :div
+ FILE_EXTENSION = 'div.html'
- DEFAULT_OPTIONS = HTML::DEFAULT_OPTIONS.merge({
- :css => :style,
- :wrap => :div,
- })
+ register_for :div
- end
+ DEFAULT_OPTIONS = HTML::DEFAULT_OPTIONS.merge({
+ :css => :style,
+ :wrap => :div,
+ })
+
+ end
end
end