Title: Invalid style attribute
Last modified: February 8, 2017

---

# Invalid style attribute

 *  [synchro57](https://wordpress.org/support/users/synchro57/)
 * (@synchro57)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/invalid-style-attribute/)
 * Hi,
 * I made this custom list on my functions.php :
 *     ```
       function custom_list( $lists ) {
       	$new_lists['amli_doc'] = array(
       		'name' => 'AMLI Documentation',
       		'format' => '<tr><td><a href="%url%" title="%title%">%title%</a></td><td>%date%</td><td>%ext%</td><td>%filesize%</td></tr>'
       	);
       	return $new_lists;
       }
       add_filter( 'dedo_get_lists', 'custom_list' );
       ```
   
 * It worked before the last update but now, I have this message before my table:“
   Invalid style attribute”. And my table is empty.
 * Do you have an idea of what happens ?
    Thank you

Viewing 1 replies (of 1 total)

 *  Thread Starter [synchro57](https://wordpress.org/support/users/synchro57/)
 * (@synchro57)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/invalid-style-attribute/#post-8789558)
 * Hi,
 * I found the solution.
    I saved again shortcode tab in settings page and everything
   works well now. Just a little bug I think.
 * Thanks.

Viewing 1 replies (of 1 total)

The topic ‘Invalid style attribute’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/delightful-downloads_33bab1.svg)
 * [Delightful Downloads](https://wordpress.org/plugins/delightful-downloads/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/delightful-downloads/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/delightful-downloads/)
 * [Active Topics](https://wordpress.org/support/plugin/delightful-downloads/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/delightful-downloads/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/delightful-downloads/reviews/)

## Tags

 * [custom list](https://wordpress.org/support/topic-tag/custom-list/)

 * 1 reply
 * 1 participant
 * Last reply from: [synchro57](https://wordpress.org/support/users/synchro57/)
 * Last activity: [9 years, 4 months ago](https://wordpress.org/support/topic/invalid-style-attribute/#post-8789558)
 * Status: not resolved