Download & Extend

Blank pages, bad PHP (short tags) in page.tpl.php

Project:iUI
Version:6.x-1.x-dev
Component:Code
Category:bug report
Priority:critical
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

Please do not do this:

    <?=$content ?>

Short tags should never be used in a project hosted at d.o., as it violates Drupal coding standards and won't work with standard PHP configurations.

Please do this:

<?php print $content; ?>

Comments

#1

Version:6.x-1.0» 6.x-1.x-dev

I just made a small commit to remove the short tags: http://drupal.org/cvs?commit=133370

Patches, of course, are welcome ;-) .

#2

Status:active» closed (fixed)

fixed in cvs

nobody click here