summaryrefslogtreecommitdiff
path: root/classes/Design.php
diff options
context:
space:
mode:
authorCraig Andrews <candrews@integralblue.com>2009-12-04 20:20:44 -0500
committerCraig Andrews <candrews@integralblue.com>2009-12-04 20:20:44 -0500
commitd31b1d774e5fcbb424ec60688ff4c76badc2b136 (patch)
treea88dbaa4ebb5327e17fe197a6a59e76925e3ec76 /classes/Design.php
parentb3086d3c68ed2d3ceff3ce8fc91a867fc07c441a (diff)
use the new htmloutputter->style() function
Diffstat (limited to 'classes/Design.php')
-rw-r--r--classes/Design.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/Design.php b/classes/Design.php
index 89ae50c8c..4e7d7dfb2 100644
--- a/classes/Design.php
+++ b/classes/Design.php
@@ -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);
}
}