summaryrefslogtreecommitdiff
path: root/sample/html2.rb
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2009-04-14 01:31:51 +0000
committermurphy <murphy@rubychan.de>2009-04-14 01:31:51 +0000
commitd6d19bb78824977a2a95751e7c6aeaa5996ea807 (patch)
treea1be2e5449a6b50774472d2f9fa8ca4f29cfc06c /sample/html2.rb
parent0c370e0c7ae01d2451af53bb777c4ba97f3170d6 (diff)
downloadcoderay-d6d19bb78824977a2a95751e7c6aeaa5996ea807.tar.gz
Fixing sample tests.
Diffstat (limited to 'sample/html2.rb')
-rw-r--r--sample/html2.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/sample/html2.rb b/sample/html2.rb
index 7ce9d60..618d168 100644
--- a/sample/html2.rb
+++ b/sample/html2.rb
@@ -8,4 +8,4 @@ out = tokens.div(:line_numbers => :table)
out << '<hr />'
out << tokens.div(:line_numbers => :inline, :line_number_start => 8)
-puts out.page
+puts out.page(:title => 'CodeRay HTML Encoder Example')