I fixed this by inserting this into node.tpl.php

      
 <?php print render($title_prefix); ?>
  <?php if (!$page): ?>
    <h2<?php print $title_attributes; ?>>
      <a href="<?php print $node_url; ?>"><?php print $title; ?></a>
    </h2>
  <?php endif; ?>
<?php print render($title_suffix); ?>
 

between

   hide($content['links']);

and

 print render($content);
  

Comments

Lioz’s picture

Status: Active » Fixed

thanks lenadoppel, pushed in the next release

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.