]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/Directory/lib/sortablesubscriptionlist.php
[XML/HTML Outputter] General improvements and refactoring as well as some bug fixes
[quix0rs-gnu-social.git] / plugins / Directory / lib / sortablesubscriptionlist.php
index ec8874b2e539c586915e6638c1b79b2e540e0d90..56005dae3d5607292d510a76e09529d582188879 100644 (file)
@@ -100,7 +100,7 @@ class SortableSubscriptionList extends SubscriptionList
         $this->out->element('th', array('id' => 'subscriptions'), _m('Subscriptions'));
         // TRANS: Column header for number of notices.
         $this->out->element('th', array('id' => 'notices'), _m('Notices'));
-        $this->out->element('th', array('id' => 'controls'), null);
+        $this->out->element('th', array('id' => 'controls'));
 
         $this->out->elementEnd('tr');
         $this->out->elementEnd('thead');