Title: Missing /small tag in comments.php
Last modified: April 8, 2021

---

# Missing /small tag in comments.php

 *  [Erin Ptah](https://wordpress.org/support/users/sailorptah/)
 * (@sailorptah)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/missing-small-tag-in-comments-php-2/)
 * Was getting weird display issues in my layout, which I tracked to a missing </
   small> in the Easel theme PHP. Somehow WordPress was managing to correct for 
   this when I was logged-in, but in private browsing, it screwed things up.
 * Problem code:
    ‘ <label for=”author”><small>’ . __( ‘*NAME’,’easel’ ) .'</label
   ></p>’,
 * Should be:
    ‘ <label for=”author”><small>’ . __( ‘*NAME’,’easel’ ) .'</small>
   </label></p>’,
 * Changed it on my site and it seems to be fine now! But please put a general fix
   in the next update.

The topic ‘Missing /small tag in comments.php’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/easel/3.3.3/screenshot.png)
 * Easel
 * [Support Threads](https://wordpress.org/support/theme/easel/)
 * [Active Topics](https://wordpress.org/support/theme/easel/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/easel/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/easel/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [Erin Ptah](https://wordpress.org/support/users/sailorptah/)
 * Last activity: [5 years, 2 months ago](https://wordpress.org/support/topic/missing-small-tag-in-comments-php-2/)
 * Status: not resolved