Explorar el Código

[FrameworkBundle] fixed typo

Fabien Potencier hace 14 años
padre
commit
9c1f999e21

+ 1 - 1
src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/collection_widget.html.php

@@ -1,4 +1,4 @@
-<?php $view->render('FrameworkBundle:Form:form_widget.html.php', array('form' => $form)) ?>
+<?php echo $view->render('FrameworkBundle:Form:form_widget.html.php', array('form' => $form)) ?>
 
 <?php if (isset($prototype)): ?>
 <script type="text/html" id="<?php echo $view->escape($id) ?>_prototype"><?php echo $view['form']->row($prototype) ?></script>