18 require_once SQ_CORE_PACKAGE_PATH.
'/content_type/content_type.inc';
42 parent::__construct($assetid);
59 public function morph($new_type_code)
61 if (!$morphed = parent::morph($new_type_code)) {
65 if (str_replace(Array(
"\r",
"\n"), Array(
'',
''), $morphed->attr(
'html')) ==
'<br>') {
67 $morphed->setAttrValue(
'html',
'');
68 $morphed->saveAttributes();