Changeset 19022
- Timestamp:
- 09/09/08 01:55:05 (5 years ago)
- Files:
-
- 1 modified
-
lang/ruby/misc/chm-generators/cpan-chm.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/ruby/misc/chm-generators/cpan-chm.pl
r13576 r19022 33 33 sub unindent ($) { 34 34 my ($str) = @_; 35 $str =~ /^(\s+)/; 36 if ($1) { 37 my $indent = $1; 38 $str =~ s/$indent//g; 35 if ($str =~ /^\s+/) { 36 $str =~ s/^$&//gm; 39 37 } 40 38 $str; … … 86 84 <html xmlns="http://www.w3.org/1999/xhtml"> 87 85 <head> 88 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" >89 <meta http-equiv="Content-Style-Type" content="text/css" >86 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 87 <meta http-equiv="Content-Style-Type" content="text/css" /> 90 88 <title></title> 91 89 </head>
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)