@ line 45 in page.tpl.php there is "<<"

Comments

Jeff Burnz’s picture

Status: Active » Closed (works as designed)

Works as design mate:

The first angle bracket is HTML that will surround the actual tag that gets printed here (and matched by single closing angle bracket), the second is the opening bracket for the <?php ...

      <?php $tag = $title ? 'section' : 'div'; ?>
      <<?php print $tag; ?> id="main-content" role="main">