Viewing 11 replies - 1 through 11 (of 11 total)
  • You open a <ul> tag followed by a <form> tag, but <form> tags aren’t allowed directly within a <ul> tag. So either remove that <ul> (and corresponding </ul>) or put a <li> between them and a </li> between the closing tags.

    Wow, naz is fast ;’)

    Looks like the offending code is in your ‘Mets Poll’.

    Thread Starter smalls

    (@smalls)

    Yosemite,

    That’s what I thought too. But it’s the democracy plugin which I haven’t modified at all. I look at the code, found the location, but didn’t see any problem with the code.

    Democracy plugin titled ‘Mets Poll’. You got it…

    Thread Starter smalls

    (@smalls)

    Yosemite,

    My code under the ‘Mets Poll’ is simply whats described in the help file”

    <h2>Mets Poll</h2>
    <ul><?php jal_democracy(2); ?></ul>

    I found in the democracy.php the location the validator is talking about, but didn’t want to screw with that.

    Unfortunately that is the exact location screwage is required ;’)

    Thread Starter smalls

    (@smalls)

    Yosemite,

    That’s crazy. I deactivate the democracy plugin and everything is good. I activate it, and there are problems. Again, all I added to my sidebar is the code above. How would that cause any issues, or could there be a problem with the plugin?

    Which version of that plugin are you running?

    Thread Starter smalls

    (@smalls)

    Nazgul,

    I’m using release: September 26, 2005 Version: 1.2. Thanks for the help

    Thread Starter smalls

    (@smalls)

    That’s crazy. I deactivate the democracy plugin and everything is good. I activate it, and there are problems. Again, all I added to my sidebar is the code above. How would that cause any issues, or could there be a problem with the plugin?

    I’m using release: September 26, 2005 Version: 1.2.

    What if you change your sidebar code to this (so remove the ul and /ul):
    <h2>Mets Poll</h2>
    <?php jal_democracy(2); ?>

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Validation error’ is closed to new replies.