- Timestamp:
- 09/22/08 10:54:37 (2 months ago)
- Files:
-
- 1 modified
-
lang/ruby/robot-twitter/trunk/robot-twitter.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/ruby/robot-twitter/trunk/robot-twitter.rb
r19698 r19714 58 58 end 59 59 60 mail += "-----------------------------------------\n" 61 mail += name + "\n\n" 62 mail += content + "\n" 63 mail += time + "\n" 60 # 逆順に追加する 61 stat = "-----------------------------------------\n" 62 stat += name + "\n\n" 63 stat += content + "\n" 64 stat += time + "\n" 65 mail = stat + mail 64 66 end 65 67
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)