Comment 3 for bug 249198

Revision history for this message
Greg Grossmeier (greg.grossmeier) wrote :

Fixed.

I replaced:
$if page.get('publishers'): $:thingrepr(page.publishers)
$if page.get('publish_places'): ($:thingrepr(page.publish_places).strip())

with:
$page.publisher $page.publish_places

If that isn't smart let me know.