Hi, I have a strange bug. In one of my page with forms there is a one
white space (brak line). I don't know why, because everything seems to
be OK.

<div id="content">
<?php use_helper('I18N', 'Date') ?>
<?php include_partial('dokument/assets') ?>
<div id="sf_admin_container">
  <h1><?php echo __('Nowy dokument', array(), 'messages') ?></h1>
  <?php include_partial('dokument/flashes') ?>

And this code generates this:
<div id="content">

<div id="sf_admin_container">
<h1>Nowy dokument</h1>

And this white space makes one line break. It is strange because in
two other pages witch looks the same, the same module, style, layout
etc are correct.
If I delete all and leave this:
<div id="content">
<?php use_helper('I18N', 'Date') ?>
<?php include_partial('dokument/assets') ?>
blablabla

it is ok...Any idea?
Symfony 1.2 propel contente type text/html
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to