From d6d19bb78824977a2a95751e7c6aeaa5996ea807 Mon Sep 17 00:00:00 2001 From: murphy Date: Tue, 14 Apr 2009 01:31:51 +0000 Subject: Fixing sample tests. --- sample/html2.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sample/html2.rb') 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 << '
' out << tokens.div(:line_numbers => :inline, :line_number_start => 8) -puts out.page +puts out.page(:title => 'CodeRay HTML Encoder Example') -- cgit v1.2.1