Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When iterating through the `items` hash in the important-metadata partial, the `title` will be of type Symbol. Calling `sanitize` on a Symbol fails. Cast it to a string so we can call sanitize.
- Loading branch information