Changeset 950
- Timestamp:
- 02/13/07 10:08:57 (2 years ago)
- Files:
-
- devel/units/weblogs/weblogs_text_process.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
devel/units/weblogs/weblogs_text_process.php
r742 r950 32 32 33 33 \$matches[1] = str_replace("&","&",\$matches[1]); 34 return "<embed style=\"width:400px; height:326px;\"id=\"VideoPlayback\" type=\"application/x-shockwave-flash\" src=\"\$matches[1]\" />";34 return "<embed id=\"VideoPlayback\" type=\"application/x-shockwave-flash\" src=\"\$matches[1]\" />"; 35 35 36 36 END;
