• Using <?php the_category(); ?> produces a list of the blog’s categories but in the source code it looks a little ugly:

    <li class=”cat-item cat-item-339″>Something

    Why is the ending on the next line and not right next to ? It doesn’t matter in terms of performance but I’m an obsessive person and it’s bugging the heck out of me. Anyone know what core file I can hack to change this?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter jason_333

    (@jason_333)

    Okay code got stripped, here we go again:

    <li class="cat-item cat-item-339"><a href="http://www.poshder.com/music-videos/miscellaneous/" title="Miscellaneous Music Videos"><span>Miscellaneous</span></a>
    </li>
    Thread Starter jason_333

    (@jason_333)

    Another correction:

    Why is the ending </li> on the next line instead of being right next to the </a>?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘I know I’m being a real hair splitter about this but…’ is closed to new replies.