lib/rack/codehighlighter.rb in wbzyl-rack-codehighlighter-0.1.8 vs lib/rack/codehighlighter.rb in wbzyl-rack-codehighlighter-0.2.0
- old
+ new
@@ -14,10 +14,10 @@
@app = app
@highlighter = highlighter
@opts = {
:element => "//pre",
:pattern => /\A:::(\w+)\s*\n/,
- :reason => "[...ugly code removed...]"
+ :reason => "[[-- ugly code removed --]]"
}
@opts.merge! opts
end
def call(env)