zendframework / zend-view

View component from Zend Framework
BSD 3-Clause "New" or "Revised" License
49 stars 61 forks source link

Don't show prefix and postfix if there is no placeholder items. #133

Closed AndyDune closed 6 years ago

AndyDune commented 7 years ago

For show h1 in layout with set in view file.

<?= $this->placeholder('h1')->setPrefix('<h1>')->setPostfix('</h1>'); ?>
weierophinney commented 6 years ago

Thanks, @AndyDune; merged to develop for release with 2.10.0, as it is a slight change in behavior.