release_1049
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.
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.