Changeset 7072 for platform/tdiary/util
- Timestamp:
- 02/23/08 23:00:33 (9 months ago)
- Files:
-
- 1 modified
-
platform/tdiary/util/posttdiary/posttdiary.rb (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
platform/tdiary/util/posttdiary/posttdiary.rb
r4714 r7072 170 170 end 171 171 if use_subject then 172 @body = "#{img_src}\n#{ @body.sub( /\n+\z/, '' )}"172 @body = "#{img_src}\n#{(@body || '').sub( /\n+\z/, '' )}" 173 173 else 174 @body = "#{ @body.sub( /\n+\z/, '' )}\n#{img_src}"174 @body = "#{(@body || '').sub( /\n+\z/, '' )}\n#{img_src}" 175 175 end 176 176 end … … 243 243 rescue 244 244 $stderr.puts $! 245 $stderr.puts $@.join( "\n" ) 245 246 File::delete( image_dir + image_name ) if image_dir and image_name and FileTest::exist?( image_dir + image_name ) 246 247 exit 1
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)