Changeset 177138
- Timestamp:
- 11/26/2009 05:22:41 AM (16 years ago)
- Location:
- user-link-feed
- Files:
-
- 2 edited
-
tags/1.2.1/display/index.php (modified) (1 diff)
-
trunk/display/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
user-link-feed/tags/1.2.1/display/index.php
r177137 r177138 130 130 if (!$description) 131 131 { 132 if (preg_match('/<meta.+name="description".+content="(.*)" \/>/', $body_doc, $matches))132 if (preg_match('/<meta.+name="description".+content="(.*)"/', $body_doc, $matches)) 133 133 { 134 134 $description = $matches[1]; -
user-link-feed/trunk/display/index.php
r177137 r177138 130 130 if (!$description) 131 131 { 132 if (preg_match('/<meta.+name="description".+content="(.*)" \/>/', $body_doc, $matches))132 if (preg_match('/<meta.+name="description".+content="(.*)"/', $body_doc, $matches)) 133 133 { 134 134 $description = $matches[1];
Note: See TracChangeset
for help on using the changeset viewer.