We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Looks like wordpress is still mangling the CDDATA wrap You can see it happening here: http://uumarblehead.org/tricent/?page_id=943 it appears like this:
<script type="text/javascript">// <![CDATA[ var $ = jQuery; var timeline_config = { width: "100%", // OPTIONAL height: "650", // OPTIONAL maptype: "toner", // OPTIONAL source: "https://docs.google.com/spreadsheet/pub?key=0AgV8Hj2sidr8dDJldm03NWk5dFdvdTdZd2tzeTJxRkE&output=html", css: "http://uumarblehead.org/tricent/wp-content/plugins/timeline-verite-shortcode/css/timeline.css", js: "http://uumarblehead.org/tricent/wp-content/plugins/timeline-verite-shortcode/js/locale/en.js" } // ]]></script>
The text was updated successfully, but these errors were encountered:
This is a WP bug, I recommend not using CDATA for now.
Sorry, something went wrong.
No branches or pull requests
Looks like wordpress is still mangling the CDDATA wrap
You can see it happening here: http://uumarblehead.org/tricent/?page_id=943
it appears like this:
The text was updated successfully, but these errors were encountered: