<![CDATA[ Modx collections with double quotes - white screen when loading - My Forums]]> https://forums.modx.com/thread/?thread=103744 <![CDATA[Modx collections with double quotes - white screen when loading]]> https://forums.modx.com/thread/103744/modx-collections-with-double-quotes---white-screen-when-loading#dis-post-558069
If you put a double quote in a title for collections, I get a parse error. I see this in the js that is generated in the manager. Any ideas how to escape these quotes so the page loads?

page action:
manager/?a=resource/update&id=zzz

Ext.onReady(function() {
            MODx.load({
                xtype: "modx-page-resource-update"
                ,resource: "113"
                ,pagetitle: ""Test""
]]>
digitalbart2 Apr 17, 2018, 05:05 PM https://forums.modx.com/thread/103744/modx-collections-with-double-quotes---white-screen-when-loading#dis-post-558069
<![CDATA[Re: Modx collections with double quotes - white screen when loading]]> https://forums.modx.com/thread/103744/modx-collections-with-double-quotes---white-screen-when-loading#dis-post-558076
 ,pagetitle: "%22Test%22"

]]>
BobRay Apr 17, 2018, 10:23 PM https://forums.modx.com/thread/103744/modx-collections-with-double-quotes---white-screen-when-loading#dis-post-558076