Forums | Mahara Community
Developers
/
Resume page error in Safari
04 August 2010, 1:27
Hi there,
Recently one of our clients reported an error that, in "My Resume" tab, some "codes" are printed on the top of the screen. I figured out that this won't always happen when the first time access to this page. If you go to "My Goals" or "My Skills" and come back to it. You should see the code on screen. This happens in Safari in Mac OS.
What I have done is to add "<!--" and "-->" pair within the javascript section in /artefact/resume/index.php around line 230
$inlinejs = <<<EOF
<!--
and after line 347
tableRenderers.{$compositetype}.updateOnLoad();
-->
There might be more of this kind of error, hope this would be fix in the next release.
04 August 2010, 15:42
Hi Aaron,
I may have had a similar problem once. At least it also showed some javascript code: https://bugs.launchpad.net/mahara/+bug/533831
However, since installing Safari 5, I could not reproduce the message. Which version of Safari are you using?
Cheers
Kristina
04 August 2010, 19:46
He Kris, thanks for you reply. I'm using 5.0.1. Our clients might use older version, but we all had the same problem. It's fixed by adding "<!--" and "-->" within the javascript. I think it's fine now.