• Hi, this is an error report. I just debugged a code and lastly had to find out that the last line of the code was missing an apostrophe. The following two codes are valid in Woody snippets plugin editor, no error is reported, but the latter breaks the code on the page.

    <?php
    echo "any text";
    ?>
    <?php
    echo "any text"
    ?>
    • This topic was modified 5 years, 6 months ago by myphixu.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘The last line of the code is not checked for missing apostrophe’ is closed to new replies.