Changeset 3148
- Timestamp:
- 05/03/08 16:37:16 (2 months ago)
- Files:
-
- trunk/Solar/View/Helper/Attribs.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Solar/View/Helper/Attribs.php
r3144 r3148 45 45 // using the string cast and strict equality to make sure that 46 46 // a string zero is not counted as an empty value. 47 if ((string) $val === '') {47 if ((string) $val !== '') { 48 48 $xhtml .= ' ' . $this->_view->escape($key) 49 49 . '="' . $this->_view->escape($val) . '"';
