Title: Extra div in code
Last modified: August 20, 2016

---

# Extra div in code

 *  [okose1](https://wordpress.org/support/users/okose1/)
 * (@okose1)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/extra-div-in-code/)
 * Hi great Plugin! 🙂
 * Just thought I’d let you know, there was an extra closing div tag found on line#
   670 of mctagmap.php.
 * `$list .= "<div style='clear: both;'></div></div><!-- end list -->";`
 * Which broke my theme. I removed it and my theme works fine.
 * `$list .= "<div style='clear: both;'></div><!-- end list -->";`
 * I could be wrong but I thought I’d let you know.
 * Thanks
    Ruth
 * [http://wordpress.org/extend/plugins/multi-column-tag-map/](http://wordpress.org/extend/plugins/multi-column-tag-map/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Thread Starter [okose1](https://wordpress.org/support/users/okose1/)
 * (@okose1)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/extra-div-in-code/#post-3198839)
 * Just to correct what I just wrote.
 * `$list .= "<div style='clear: both;'></div></div><!-- end list -->";`
 * Which broke my theme. I moved the closing div to before the div clear tag. Now
   my theme works fine.
 *     ```
       $list .= "</div><div style='clear: both;'></div><!-- end list -->";
       ```
   
 *  Plugin Author [tugbucket](https://wordpress.org/support/users/tugbucket/)
 * (@tugbucket)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/extra-div-in-code/#post-3198841)
 * If you read the installation page:
    [http://wordpress.org/extend/plugins/multi-column-tag-map/installation/](http://wordpress.org/extend/plugins/multi-column-tag-map/installation/)
 * You would have seen this:
 * “columns: This sets the number of columns to display your tags in. NOTE: if you
   have less letters than your set number of columns, the plug in will end up inserting
   an extra closing tag. this will mess up your layout.”
 *  Thread Starter [okose1](https://wordpress.org/support/users/okose1/)
 * (@okose1)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/extra-div-in-code/#post-3198845)
 * How did I overlook that? thanks!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Extra div in code’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/multi-column-tag-map_9e2525.svg)
 * [Multi-column Tag Map](https://wordpress.org/plugins/multi-column-tag-map/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/multi-column-tag-map/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/multi-column-tag-map/)
 * [Active Topics](https://wordpress.org/support/plugin/multi-column-tag-map/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/multi-column-tag-map/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/multi-column-tag-map/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [okose1](https://wordpress.org/support/users/okose1/)
 * Last activity: [13 years, 6 months ago](https://wordpress.org/support/topic/extra-div-in-code/#post-3198845)
 * Status: not resolved