-
☆ A M B ☆
- 24,524 Posts
Error in line 2010
else $this->sjscripts[count($this->sjscripts)] = '<!-- MODx registered -->'."\n".' <script type="text/javascript" src="'.$src.'></script>';
Needs to have a closing " for the src value.
else $this->sjscripts[count($this->sjscripts)] = '<!-- MODx registered -->'."\n".' <script type="text/javascript" src="'.$src.'"></script>';
Ditto with regClientScript.
-
☆ A M B ☆
- 24,524 Posts
At nearly 1AM?

By the way, is anybody updating the version.inc.php file so we can tell at a glance which build we’re working with? Mine all still say 910.
-
MODX Staff
- 12,272 Posts
It does get updated periodically and for test builds. I think it’s at 994 now.
Ryan Thrash, MODX Co-Founder
Follow me on Twitter at @rthrash or catch my occasional unofficial thoughts at thrash.me