This was fixed by changing the line 1202 in gantry/core/gantry.class.php to this:
$title = '<title>' . get_the_title() . ' | ' . get_bloginfo('name') . '</title>' . chr(13);
Naturally this is just a workaround that uses the WordPress functions to provide basic titling. Since the Gantry one is broken, also do note that this removes the usage of the custom title gizmo
-
This reply was modified 8 years ago by stsfin.