]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/GNUsocialPhotos/actions/photo.php
Matt's demands (ticket #217)
[quix0rs-gnu-social.git] / plugins / GNUsocialPhotos / actions / photo.php
index f6ec06358638fbf294062afcdc6c323bfa9a59e8..4d08e5bbd6393ed15870285397c72ce394a7075c 100644 (file)
@@ -99,7 +99,7 @@ class PhotoAction extends Action
             $this->elementEnd('div');
         }
 
-        $this->element('p', array(), $this->photo->photo_description);
+        $this->element('p', array('class' => 'photodescription'), $this->photo->photo_description);
         //This is a hack to hide the top-level comment
         $this->element('style', array(), "#notice-{$this->photo->notice_id} div { display: none } #notice-{$this->photo->notice_id} ol li div { display: inline }");
         $this->conversation->show();