HTML markup error in Explicit Switch causing broken Chatper Builder
-
I’m trying to test the new Chapter Builder feature and it’s not working. I’ve identified some errant HTML in the plugin code that causes the issue. There is an extra
"before each of theclass="<?phpin the Explicit switch HTML.It produces these errors in the JS console, which I believe are breaking the JS needed for the Chapter Builder:
Uncaught SyntaxError: unexpected token: ‘-‘ post.php:2861:22
Uncaught SyntaxError: missing ( before formal parameters post.php:3234:27
Uncaught SyntaxError: unexpected token: ‘-‘post.php:3465:18
The topic ‘HTML markup error in Explicit Switch causing broken Chatper Builder’ is closed to new replies.