1
0
mirror of https://github.com/silverstripe/silverstripe-framework synced 2024-10-22 12:05:37 +00:00

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

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