Remove stray onload="run()" from references that have no "run" function.

git-svn-id: svn://10.0.0.236/trunk@229090 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jruderman%hmc.edu
2007-07-01 05:27:53 +00:00
parent 0ca1f2d386
commit b13291a67d
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@
body > svg { display:block; } /* don't leave room for descenders! */
</style>
</head>
<body onload="run()">
<body>
<svg:svg width="100%" height="100%">
<svg:g style="font-size: 24px">

View File

@@ -11,7 +11,7 @@
body > svg { display:block; } /* don't leave room for descenders! */
</style>
</head>
<body onload="run()" style="font-size: 24px">
<body style="font-size: 24px">
<svg:svg width="100%" height="100%">
<svg:g>