• It now gives me the error – line 68, column 299: summary must not contain HTML unless declared in the type attribute [help]

    Pointing to the …]]></summary> closing tag.
    Is it possible to fix?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Moderator James Huff

    (@macmanx)

    Volunteer Moderator

    URL please…

    Thread Starter esaul

    (@esaul)

    sorry it runs on the local host right now, and I cant have it running 24/7, so the link is basically useless.
    It was working fine, but now it shows the error at the end of an excerpt

    <dc:subject>My sabject</dc:subject>
    <summary type=”text/plain” mode=”escaped”><![CDATA[ My excerpt goes here…]]></summary>

    <content type=”text/html” mode=”escaped” xml:base=”http://localhost/v4/2005/04/27/ledokol-prolog/”>&lt;![CDATA[ blah blah blah, etc.

    thus, the validator highlights the closing tag of …]]></summary>

    I presume something changed in the atom file in 1.5.1 or it does not go along with my theme (blix) and the excerpt method it uses:

    <?php ($post->post_excerpt != “”)? the_excerpt() : the_content(); ?>

    <p class=”info”><?php if ($post->post_excerpt != “”) { ?>” class=”more”>read the rest of <?php the_title(); ?> here…<?php } ?>

    Thread Starter esaul

    (@esaul)

    no ideas?

    Thread Starter esaul

    (@esaul)

    OK I got it lol, I used “strong” tags in my excerpt, but WHY it was Ok with 1.5????
    omg people… this version is sooo much pain.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘ATOM no longer validates after 1.5.1’ is closed to new replies.