Merge branch '3.5' into 3.6

This commit is contained in:
Daniel Hensby 2018-01-09 13:34:56 +00:00
commit a049876418
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]; $tag_class = $map[$type];
return new $tag_class($attributes); return new $tag_class($attributes);
} }
return false; return new SimpleTextTag($attributes);
} }
/** /**