zahmis 5 سال پیش
والد
کامیت
ef001d5cd4
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      src/client/js/components/PageAttachment/Attachment.jsx

+ 2 - 2
src/client/js/components/PageAttachment/Attachment.jsx

@@ -54,7 +54,7 @@ export default class Attachment extends React.Component {
       : '';
 
     return (
-      <div className="attachment">
+      <li className="attachment">
         <span className="mr-1 attachment-userpicture">
           <UserPicture user={attachment.creator} size="sm"></UserPicture>
         </span>
@@ -67,7 +67,7 @@ export default class Attachment extends React.Component {
 
         {btnDownload}
         {btnTrash}
-      </div>
+      </li>
     );
   }