Changeset 1121

Show
Ignore:
Timestamp:
05/24/08 12:46:27 (6 months ago)
Author:
A1ex
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • bb-lightbox2/trunk/bb-lightbox2.php

    r1120 r1121  
    3030function bb_removeLinks($content) { 
    3131 
    32   $content = preg_replace_callback('@(]|<img.*src="(([^>"]*/)(.*))"*[^<].>)..[^a]@i', "bb_preg_callback2", $content); 
     32  $content = preg_replace_callback('@(]|<img.*src="(([^>"]*/)(.*[^"]))"*[^<].>)..[^a]@i', "bb_preg_callback2", $content); 
    3333//  $content = preg_replace_callback('@(]|<a)(.*href=\'([^>\']*)\'[^>]*>.*)(<\/a>)@i', "bb_preg_callback2", $content); 
    3434