Title: Undefined Variable
Last modified: July 16, 2019

---

# Undefined Variable

 *  Resolved [danielmoorehbd](https://wordpress.org/support/users/danielmoorehbd/)
 * (@danielmoorehbd)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/undefined-variable-67/)
 * Hi,
 * This has started appearing across our website!
 * `Undefined variable: html in /wp-content/plugins/image-text-widget/includes/widget.
   php on line 151`
 * Any ideas on how to resolve?
 * Kind Regards

Viewing 1 replies (of 1 total)

 *  Thread Starter [danielmoorehbd](https://wordpress.org/support/users/danielmoorehbd/)
 * (@danielmoorehbd)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/undefined-variable-67/#post-11736511)
 * Fixed!
 * Added this to style.css
 *     ```
       li.widget {
       	list-style:none;
       }
       ```
   
 * and amended the line to this:
    `$html = $args['before_widget'];`

Viewing 1 replies (of 1 total)

The topic ‘Undefined Variable’ is closed to new replies.

 * ![](https://ps.w.org/image-text-widget/assets/icon-256x256.png?rev=1018452)
 * [Image & Text Widget](https://wordpress.org/plugins/image-text-widget/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/image-text-widget/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/image-text-widget/)
 * [Active Topics](https://wordpress.org/support/plugin/image-text-widget/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/image-text-widget/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/image-text-widget/reviews/)

## Tags

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

 * 1 reply
 * 1 participant
 * Last reply from: [danielmoorehbd](https://wordpress.org/support/users/danielmoorehbd/)
 * Last activity: [6 years, 10 months ago](https://wordpress.org/support/topic/undefined-variable-67/#post-11736511)
 * Status: resolved