Merge branch '3.6' into 3

This commit is contained in:
Daniel Hensby 2018-01-09 13:35:45 +00:00
commit c80cc17cf6
No known key found for this signature in database
GPG Key ID: B00D1E9767F0B06E

View File

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