brotkrueml / schema

TYPO3 extension providing an API and view helpers for schema.org markup
https://extensions.typo3.org/extension/schema
GNU General Public License v2.0
32 stars 9 forks source link

[BUGFIX] Use array_reverse to resort the rootline #33

Closed davidsteeb closed 4 years ago

davidsteeb commented 4 years ago

The rows in $rootLine should not be resorted but reversed to generate a breadcrumb in valid order.

Resolves: https://github.com/brotkrueml/schema/issues/32