Plugin Directory

Changeset 177138


Ignore:
Timestamp:
11/26/2009 05:22:41 AM (16 years ago)
Author:
sulaeman
Message:

ok

Location:
user-link-feed
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • user-link-feed/tags/1.2.1/display/index.php

    r177137 r177138  
    130130                if (!$description)
    131131                {
    132                     if (preg_match('/<meta.+name="description".+content="(.*)" \/>/', $body_doc, $matches))
     132                    if (preg_match('/<meta.+name="description".+content="(.*)"/', $body_doc, $matches))
    133133                    {
    134134                        $description = $matches[1];
  • user-link-feed/trunk/display/index.php

    r177137 r177138  
    130130                if (!$description)
    131131                {
    132                     if (preg_match('/<meta.+name="description".+content="(.*)" \/>/', $body_doc, $matches))
     132                    if (preg_match('/<meta.+name="description".+content="(.*)"/', $body_doc, $matches))
    133133                    {
    134134                        $description = $matches[1];
Note: See TracChangeset for help on using the changeset viewer.