Title: Liststyle html BUG
Last modified: August 22, 2016

---

# Liststyle html BUG

 *  [Erich Munz](https://wordpress.org/support/users/erich_k4wp/)
 * (@erich_k4wp)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/liststyle-html-bug/)
 * ~line 305 functions.php
 * check for table style is missing
 *     ```
       // title
       $html .= '<td class="attachment-title">';
       ```
   
 * should be
 *     ```
       // title
       if($args['style'] === 'table')
       $html .= '<td class="attachment-title">';
       ```
   
 * [https://wordpress.org/plugins/download-attachments/](https://wordpress.org/plugins/download-attachments/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [dFactory](https://wordpress.org/support/users/dfactory/)
 * (@dfactory)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/liststyle-html-bug/#post-5590937)
 * Thanks,
 * Fixed. An update will arrive soon.

Viewing 1 replies (of 1 total)

The topic ‘Liststyle html BUG’ is closed to new replies.

 * ![](https://ps.w.org/download-attachments/assets/icon-256x256.png?rev=1018456)
 * [Download Attachments](https://wordpress.org/plugins/download-attachments/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/download-attachments/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/download-attachments/)
 * [Active Topics](https://wordpress.org/support/plugin/download-attachments/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/download-attachments/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/download-attachments/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [dFactory](https://wordpress.org/support/users/dfactory/)
 * Last activity: [11 years, 5 months ago](https://wordpress.org/support/topic/liststyle-html-bug/#post-5590937)
 * Status: not resolved