diff options
author | murphy <murphy@rubychan.de> | 2009-04-14 01:31:51 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2009-04-14 01:31:51 +0000 |
commit | d6d19bb78824977a2a95751e7c6aeaa5996ea807 (patch) | |
tree | a1be2e5449a6b50774472d2f9fa8ca4f29cfc06c /sample/html_list.rb | |
parent | 0c370e0c7ae01d2451af53bb777c4ba97f3170d6 (diff) | |
download | coderay-d6d19bb78824977a2a95751e7c6aeaa5996ea807.tar.gz |
Fixing sample tests.
Diffstat (limited to 'sample/html_list.rb')
-rw-r--r-- | sample/html_list.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sample/html_list.rb b/sample/html_list.rb index 97724f2..fdfa512 100644 --- a/sample/html_list.rb +++ b/sample/html_list.rb @@ -4,7 +4,7 @@ require 'coderay' tokens = CodeRay.scan File.read(__FILE__), :ruby
html = tokens.html(:tab_width => 2, :line_numbers => :inline, :line_number_start => -1)
-puts html.page
+puts html.page(:title => 'CodeRay HTML Encoder Example')
commment = <<_
This code must be > 10 lines
|