• 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

    (@synchro57)

    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.