Images.php
authorAlan Knowles <alan@roojs.com>
Wed, 23 May 2012 02:23:13 +0000 (10:23 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 23 May 2012 02:23:13 +0000 (10:23 +0800)
Images.php

index 4b2bbd7..3c1b813 100644 (file)
@@ -235,7 +235,7 @@ class Pman_Core_Images extends Pman
         $matches = array_unique($result[0]);
         foreach($matches as $img) {
             $imatch = array();
-            preg_match_all('/(width|height|src)="([^"]*)"/i',$img, $imatch);
+            preg_match_all('/(href)="([^"]*)"/i',$img, $imatch);
             // build a keymap
             $attr =  array();