From 9fd3b93725496358e3ff09b0f41b1940d29b7f6e Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 23 May 2012 09:22:15 +0800 Subject: [PATCH] Images.php --- Images.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Images.php b/Images.php index 12ee2f94..c8a77db4 100644 --- a/Images.php +++ b/Images.php @@ -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(); -- 2.39.2