In head is:

  <title><?php print $head_title ?></title>
  <meta http-equiv="Content-Style-Type" content="text/css" />
  <?php print $head ?>
  <?php print $styles ?>
  <script type="text/javascript"> </script>

and should be

  <title><?php print $head_title; ?></title>
  <?php print $head; ?>
  <?php print $styles; ?>
  <?php print $scripts; ?>

Comments

tonyn’s picture

Assigned: Unassigned » tonyn
Status: Active » Needs review

Hi, thank you for submitting this bug report. I have made a commit that should help fix, give it a shot on the next tarball release.

tonyn’s picture

Status: Needs review » Fixed

I think we can call this fixed now. If anything else comes up please follow up!

tonyn’s picture

Status: Fixed » Closed (fixed)