diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2011-05-15 11:55:52 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2011-05-15 11:55:52 +0000 |
commit | 3a47cf3395dd4c4fe8bdd5df13aab698f2ca314b (patch) | |
tree | c4a278220ba8141b829c5c7b0777c1049cfe413c /doc | |
parent | 39da1b63699faf30c86e753e193c29b81b16136d (diff) |
* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31573 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'doc')
-rw-r--r-- | doc/rake/jamis.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/rake/jamis.rb b/doc/rake/jamis.rb index c7439d88ea..c7bc84ac5b 100644 --- a/doc/rake/jamis.rb +++ b/doc/rake/jamis.rb @@ -183,7 +183,7 @@ h3, h4, h5, h6 { CSS XHTML_PREAMBLE = %{<?xml version="1.0" encoding="%charset%"?> -<!DOCTYPE html +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> } @@ -510,7 +510,7 @@ FILE_INDEX = XHTML_PREAMBLE + <<HTML <!-- body { background-color: #EEE; - font-family: #{FONTS}; + font-family: #{FONTS}; color: #000; margin: 0px; } |