X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=classes%2FDesign.php;h=4e7d7dfb257854a4a898ae44524b9a0739671e72;hb=530673b3cd79d2d3f1b51b013d2b764d751bc7a2;hp=c4820bf1ebc4d0a823594e81a2d6504c7b48dd80;hpb=be5d113fc684fcbe41b8374c62bfeb0f267216b7;p=quix0rs-gnu-social.git diff --git a/classes/Design.php b/classes/Design.php index c4820bf1eb..4e7d7dfb25 100644 --- a/classes/Design.php +++ b/classes/Design.php @@ -17,7 +17,7 @@ * along with this program. If not, see . */ -if (!defined('STATUSNET')) { +if (!defined('STATUSNET') && !defined('LACONICA')) { exit(1); } @@ -101,7 +101,7 @@ class Design extends Memcached_DataObject } if (0 != mb_strlen($css)) { - $out->element('style', array('type' => 'text/css'), $css); + $out->style($css); } }