aboutsummaryrefslogtreecommitdiffstats
path: root/lib/fuckhtml.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/fuckhtml.php')
-rw-r--r--lib/fuckhtml.php16
1 files changed, 14 insertions, 2 deletions
diff --git a/lib/fuckhtml.php b/lib/fuckhtml.php
index 5b45578..3ea256f 100644
--- a/lib/fuckhtml.php
+++ b/lib/fuckhtml.php
@@ -240,12 +240,13 @@ class fuckhtml{
public function getElementsByFuzzyAttributeValue(string $name, string $value, $collection = null){
$elems = $this->getElementsByAttributeName($name, $collection);
+
$value =
explode(
" ",
trim(
preg_replace(
- '/ +/',
+ '/\s+/',
" ",
$value
)
@@ -258,7 +259,18 @@ class fuckhtml{
foreach($elem["attributes"] as $attrib_name => $attrib_value){
- $attrib_value = explode(" ", $attrib_value);
+ $attrib_value =
+ explode(
+ " ",
+ trim(
+ preg_replace(
+ '/\s+/',
+ " ",
+ $attrib_value
+ )
+ )
+ );
+
$ac = count($attrib_value);
$nc = count($value);
$cr = 0;
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage