Ken Petri wrote:
> 
> When I use any capturestart/captureend for rendering out content panes,
> accordion panes, etc., There is a '1' inserted into the div for the
> widget. Is there a way to suppress this?
> 
> Thanks!
> 
Try to remove the '=' in the first tag of php code.
before:
<?= code....   ?>
<?= code...   ?>
After:
<? code...?>
<?= code ...?>


-- 
View this message in context: 
http://www.nabble.com/Dojo-capturestart-end-inserting-a-%271%27-tp19872912p19873815.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to