]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/feedlist.php
Remove some more reply-placeholder stuff
[quix0rs-gnu-social.git] / lib / feedlist.php
index bbe66b2e74af62470b05bb020f1199f9ece32c26..c57f377238f6b981d32c6517faa7d87225d08e25 100644 (file)
@@ -93,6 +93,9 @@ class FeedList extends Widget
             case Feed::FOAF:
                 $classname = 'foaf';
                 break;
+            case Feed::JSON:
+                $classname = 'json';
+                break;
             }
 
             $this->out->elementStart('li');