diff options
author | murphy <murphy@rubychan.de> | 2008-10-20 14:18:18 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2008-10-20 14:18:18 +0000 |
commit | ceed015b2d5a237a6f3dfc0f2272f13c9f758771 (patch) | |
tree | c52ff27205bbefaebf5e8f67960244cd921ece01 /lib/coderay/encoders/html | |
parent | 23e5605488f613bd864671a322562ecfcb2d945d (diff) | |
download | coderay-ceed015b2d5a237a6f3dfc0f2272f13c9f758771.tar.gz |
New: *YAML* (#53). Preparing for version 0.8.1.
* Based on the YAML scanner from Jamis Buck's Syntax lib.
* Some YAML examples from Ruby gems.
* Doesn't handle string yet; alpha state.
More changes:
* coderay_suite: new parameter "fast" makes testing faster (for development).
* Changed the title of HTML page output (Page Encoder).
* FileType: Added new file types.
* cYcnus style: simplified some token group styles.
* Cleanup in CSS and HTML Scanners.
Diffstat (limited to 'lib/coderay/encoders/html')
-rw-r--r-- | lib/coderay/encoders/html/output.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/coderay/encoders/html/output.rb b/lib/coderay/encoders/html/output.rb index 8def95e..32ee5be 100644 --- a/lib/coderay/encoders/html/output.rb +++ b/lib/coderay/encoders/html/output.rb @@ -177,7 +177,7 @@ module Encoders <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="de"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> - <title>CodeRay HTML Encoder Example</title> + <title>CodeRay Output</title> <style type="text/css"> <%CSS%> </style> |