[FrameworkBundle] fixed typo

This commit is contained in:
Fabien Potencier 2011-06-13 11:58:58 +02:00
parent 0c29a25d89
commit 9c1f999e21

View File

@ -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)): ?> <?php if (isset($prototype)): ?>
<script type="text/html" id="<?php echo $view->escape($id) ?>_prototype"><?php echo $view['form']->row($prototype) ?></script> <script type="text/html" id="<?php echo $view->escape($id) ?>_prototype"><?php echo $view['form']->row($prototype) ?></script>