Typo: Closes issue #11
Thanks to Paul Chavard ( http://github.com/tchak ) for the report and fix.
This commit is contained in:
parent
1b211bcc08
commit
a43f0fc584
@ -216,7 +216,7 @@ class Rocco
|
||||
def highlight_webservice(code)
|
||||
Net::HTTP.post_form(
|
||||
URI.parse('http://pygments.appspot.com/'),
|
||||
{'lang' => @options['language'], 'code' => code}
|
||||
{'lang' => @options[:language], 'code' => code}
|
||||
).body
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user