Changeset 7441
- Timestamp:
- 02/09/08 20:54:28 (10 months ago)
- Files:
-
- branches/1.1/lib/command/sfFormatter.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.1/lib/command/sfFormatter.class.php
r7440 r7441 50 50 public function formatSection($section, $text, $size = null) 51 51 { 52 return sprintf(">> %-$ {size}s %s", $section, $this->excerpt($text, $size));52 return sprintf(">> %-$9s %s", $section, $this->excerpt($text, $size)); 53 53 } 54 54