Title: A little correction
Last modified: May 31, 2019

---

# A little correction

 *  Resolved [andresrold](https://wordpress.org/support/users/andresrold/)
 * (@andresrold)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/a-little-correction/)
 * In file: ht-mega-for-elementor / includes / widgets / htmega_post_grid_tab.php
 * There is an error in line 1180, when you render categories:
 *     ```
       <li><a href="<?php echo esc_url( $term_link ); ?>" class="category <?php echo esc_attr( $category->slug ); ?>"><?php echo esc_attr( $category->name );?></a></li>
                                                   <?php
                                               echo '</ul>
       }
                                               ';
       ```
   
 * Must be:
 *     ```
       <li><a href="<?php echo esc_url( $term_link ); ?>" class="category <?php echo esc_attr( $category->slug ); ?>"><?php echo esc_attr( $category->name );?></a></li>
                                                   <?php
                                               }
                                               echo '</ul>';
       ```
   
 * can you change it in next updates, please?

Viewing 1 replies (of 1 total)

 *  Plugin Contributor [HT Plugins](https://wordpress.org/support/users/htplugins/)
 * (@htplugins)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/a-little-correction/#post-11596246)
 * Hi,
 * Thank you for contacting us.
    We will release an update with few more options
   and fixed this issue in next updates. We are working to improve our plugins to
   make it more useful for our customers.
 * Thank you
    -  This reply was modified 6 years, 11 months ago by [HT Plugins](https://wordpress.org/support/users/htplugins/).

Viewing 1 replies (of 1 total)

The topic ‘A little correction’ is closed to new replies.

 * ![](https://ps.w.org/ht-mega-for-elementor/assets/icon-256x256.png?rev=2924556)
 * [HT Mega Addons for Elementor - Elementor Widgets & Template Builder](https://wordpress.org/plugins/ht-mega-for-elementor/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ht-mega-for-elementor/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ht-mega-for-elementor/)
 * [Active Topics](https://wordpress.org/support/plugin/ht-mega-for-elementor/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ht-mega-for-elementor/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ht-mega-for-elementor/reviews/)

## Tags

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

 * 1 reply
 * 2 participants
 * Last reply from: [HT Plugins](https://wordpress.org/support/users/htplugins/)
 * Last activity: [6 years, 11 months ago](https://wordpress.org/support/topic/a-little-correction/#post-11596246)
 * Status: resolved