Skip to content
Grav 2.0 is officially stable. Read the announcement →

Carl R LeBlond Newcomer

@cleblond · Joined 6 years ago · 3 posts · 1 topics · 2 reputation

Badges

✏️ First Post 💬 Conversation Starter

Recent posts

  • Custom JS in Page Grav1.7 · 4 years ago

    Thanks @pamtbaau. When I disabled the tinymce editor integration the problem went away. Odd that this didn't occur in 1.6.

  • Custom JS in Page Grav1.7 · 4 years ago

    It's definitely wrapping in CDATA. I get console error (Uncaught SyntaxError: Unexpected token '<') from the <![CDATA[ ]] and it there when I inspect. I'm using the learn-git-sync theme. I'v

  • Custom JS in Page Grav1.7 · 4 years ago

    I've upgraded a site from Grav1.6 to Grav1.7. In some pages I have custom javascript in script tags in page.md. This works fine in 1.6, but in 1.7 it seems to wrap the js in <![CDATA[ ]] and do