[Solar-svn] Revision 2956
pmjones at solarphp.com
pmjones at solarphp.com
Sat Nov 24 21:34:35 CST 2007
Solar_View_Helper_Form: [FIX] Close the 'descr' tag.
Modified: trunk/Solar/View/Helper/Form.php
===================================================================
--- trunk/Solar/View/Helper/Form.php 2007-11-25 03:23:48 UTC (rev 2955)
+++ trunk/Solar/View/Helper/Form.php 2007-11-25 03:34:35 UTC (rev 2956)
@@ -619,8 +619,8 @@
}
// ... add the raw descr XHTML, and close the tag.
- $descr .= $info['descr']
- . '/' . $this->_view->escape($this->_descr_tag) . '>';
+ $descr .= '>' . $info['descr']
+ . '</' . $this->_view->escape($this->_descr_tag) . '>';
// build both the <dt> and <dd> forms so we can use
More information about the Solar-svn
mailing list