Hi @polarracing, I’m following up on this issue before I close this thread based on your discussion with Eliot on the Tangible forum. It seems that this error is appearing because the code editor’s “linter” (which checks for correct syntax in L&L) doesn’t seem to know that <Shortcode some_shortcode />
is a self-closing tag. We’ll get rid of this unnecessary error message in the next update. For now though, it seems you (and anyone else experiencing this issue) could get rid of the error by writing out your syntax with an opening and closing tag, like <Shortcode some_shortcode></Shortcode>
, but that’s not necessary if you’re happy to simply ignore the false error message instead. This is purely an issue with the code editor’s automatic check to see if you’ve made any syntax errors and isn’t an indication of an actual problem with your syntax. You could safely use the normal self-closing tag syntax and your template/shortcode should still work as expected.