[FrameworkBundle] Merged multiple line input into one line to fix the tests.

This was initially done in b85577bb96, but
reverted when merging and solving conflicts from 2.3 branch
(07de76122b).
This commit is contained in:
Jakub Zalas 2014-01-24 23:58:31 +00:00
parent 664d055a64
commit 38691da482

View File

@ -1,5 +1 @@
<input
type="<?php echo isset($type) ? $view->escape($type) : 'text' ?>"
<?php echo $view['form']->block($form, 'widget_attributes') ?>
<?php if (!empty($value) || is_numeric($value)): ?> value="<?php echo $view->escape($value) ?>"<?php endif ?>
/>
<input type="<?php echo isset($type) ? $view->escape($type) : 'text' ?>" <?php echo $view['form']->block($form, 'widget_attributes') ?><?php if (!empty($value) || is_numeric($value)): ?> value="<?php echo $view->escape($value) ?>"<?php endif ?> />