Line breaks in page titles?

Is it possible to include a line break in the title of an exhibit page?

I tried to add escape the HTML by editing plugins/ExhibitBuilder/views/public/exhibits/show.php to include the following:

<h1><span class="exhibit-page"><?php echo html_escape(<?php echo $exhibit_title; ?>); ?></h1>

This breaks the site. Is there a way to do it?

This topic was automatically closed after 250 days. New replies are no longer allowed.