Some (not all) of the html documents generated by Seaside have these elements in it:
<body onload="onLoad()">
<script type="text/javascript">/*<![CDATA[*/function onLoad(){};/*]]>*/</script>
I do not use any Javascript in these documents and i wonder, where this comes from, and if/how i can prevent these parts from being added.