Merge branch '3.6' into 4.0

This commit is contained in:
Daniel Hensby 2018-01-15 16:51:20 +00:00
commit f3d00f1b4b
No known key found for this signature in database
GPG Key ID: B00D1E9767F0B06E
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ class SimpleTagBuilder {
$tag_class = $map[$type];
return new $tag_class($attributes);
}
return false;
return new SimpleTextTag($attributes);
}
/**