summaryrefslogtreecommitdiff
path: root/lib/coderay/encoders/div.rb
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2005-11-13 06:24:54 +0000
committermurphy <murphy@rubychan.de>2005-11-13 06:24:54 +0000
commitb60448c9788d37d7c0ab9cd0a3f0337861c64843 (patch)
treeb4046870310445532e0ff9b6aef70bc17086ab62 /lib/coderay/encoders/div.rb
parent07da5153646a7ae0a9551533221870c47ec950d2 (diff)
downloadcoderay-b60448c9788d37d7c0ab9cd0a3f0337861c64843.tar.gz
New Style system added - still beta.
Demos adjusted coderay.rb, encoders/html.rb, encoders/div.rb adjusted. encoders/html/* files rebuild.
Diffstat (limited to 'lib/coderay/encoders/div.rb')
-rw-r--r--lib/coderay/encoders/div.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/coderay/encoders/div.rb b/lib/coderay/encoders/div.rb
index 640df0e..d3e595d 100644
--- a/lib/coderay/encoders/div.rb
+++ b/lib/coderay/encoders/div.rb
@@ -11,6 +11,7 @@ module CodeRay module Encoders
:css => :style,
:wrap => :div,
})
+
end
end end