Changeset 244
- Timestamp:
- 04/15/08 00:40:57 (7 months ago)
- Files:
-
- trunk/Phergie/Plugin/Php.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Phergie/Plugin/Php.php
r242 r244 69 69 if (preg_match('/<p class="refpurpose dc-title">(.*?)<\/p>/mis', $tmp, $m)) { 70 70 $m = explode('-', $this->decode($m[1]), 2); 71 $contents .= ' - ' . $m[1];71 $contents .= ' - ' . trim($m[1]); 72 72 } 73 73 $contents = trim(str_replace(' ,', ',', $contents));