protected function doSubheaderLineEnd($isMulti)
 {
     if ($this->acceptsSubheader()) {
         /*			if ( $this->_subheaderAsTitle ) {
         				$this->saveEndTag($this->paragraphElement);
         			} else {*/
         parent::doSubheaderLineEnd($isMulti);
         #			}
     } else {
         $this->saveEndTag($this->strongElement);
         $this->saveEndTag($this->paragraphElement);
     }
 }