summaryrefslogtreecommitdiff
path: root/sample/html2.rb
diff options
context:
space:
mode:
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')