File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed
lib/rdoc/generator/template/darkfish Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 22
33* Minor enhancements
44 * Added RDoc::Options#output_decoration which controls header labels for
5- * HTML output. Pull Request #199 by Zachary Scott.
5+ HTML output. Pull Request #199 by Zachary Scott.
6+ * Added --template-stylesheets options to RDoc to allow specification of
7+ alternate stylesheets. Pull request #205 by Zachary Scott.
68 * Improved performance of the Markdown and RD parsers. Pull request #217 by
79 Ryan Davis.
810
Original file line number Diff line number Diff line change 33< title > <%= h @title %> </ title >
44
55< link type ="text/css " media ="screen " href ="<%= asset_rel_prefix %> /rdoc.css " rel ="stylesheet ">
6- <% if @options . template_stylesheets . flatten . any? %>
7- <% @options . template_stylesheets . flatten . each do |stylesheet | %>
8- < link type ="text/css " href ="<%= asset_rel_prefix %> / <%= File . basename stylesheet %> " rel ="stylesheet ">
9- <% end %>
10- <% end %>
6+ <% if @options . template_stylesheets . flatten . any? then - %>
7+ <% @options . template_stylesheets . flatten . each do |stylesheet | - %>
8+ < link type ="text/css " href ="<%= asset_rel_prefix %> / <%= File . basename stylesheet %> " rel ="stylesheet ">
9+ <% end - %>
10+ <% end - %>
1111
1212< script type ="text/javascript ">
1313 var rdoc_rel_prefix = "<%= rel_prefix %> /" ;
You can’t perform that action at this time.
0 commit comments