Images.php
authorAlan Knowles <alan@roojs.com>
Wed, 23 May 2012 01:22:15 +0000 (09:22 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 23 May 2012 01:22:15 +0000 (09:22 +0800)
Images.php

index 12ee2f9..c8a77db 100644 (file)
@@ -216,7 +216,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('/(width|height|src)="([^"]*)"/i',$img, $imatch);
             // build a keymap
             $attr =  array();