• Resolved Farcioch

    (@farcioch)


    Hello,

    in output Your plugin give code like this:

    <option value = "none"  selected='selected' >None</option>
    <option value = "grow"  >Grow</option>

    or

    <input id = "upload_image_button" type = "button" value = "Media Library" class = "button-secondary" />

    Please correct this to something like this:

    <option value="none" selected='selected'>None</option>
    <option value="grow">Grow</option>

    and

    <input id="upload_image_button" type="button" value="Media Library" class="button-secondary" />

    (and other HTML code too)

    I’m convinced that it can be done by simple find&replace ??

    https://www.ads-software.com/plugins/easylogo/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Some minor HTML mistakes’ is closed to new replies.