X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Ffeatured.php;h=0356226914d1c3845f78d473ee14422ae4bcc55a;hb=2f99a257a0d8bd773ea96249b13b134fcfbc99cd;hp=2bf8b0b815cf2c8f1e909260b7694fd0ff79cbeb;hpb=2d456a15e5652a0c0e2c0f9f50221eed2d16e109;p=quix0rs-gnu-social.git diff --git a/actions/featured.php b/actions/featured.php index 2bf8b0b815..0356226914 100644 --- a/actions/featured.php +++ b/actions/featured.php @@ -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(); }