]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/featured.php
Make the OpenID settings work with new framework
[quix0rs-gnu-social.git] / actions / featured.php
index 2bf8b0b815cf2c8f1e909260b7694fd0ff79cbeb..0356226914d1c3845f78d473ee14422ae4bcc55a 100644 (file)
@@ -44,9 +44,9 @@ class FeaturedAction extends StreamAction
     {
         $instr = $this->get_instructions();
         $output = common_markup_to_html($instr);
-        common_element_start('div', 'instructions');
-        common_raw($output);
-        common_element_end('div');
+        $this->elementStart('div', 'instructions');
+        $this->raw($output);
+        $this->elementEnd('div');
         $this->public_views_menu();
     }