Index: trunk/extensions/SemanticResultFormats/Ploticus/SRF_Ploticus.php |
— | — | @@ -302,7 +302,7 @@ |
303 | 303 | $rtnstr .= '<object type="application/x-shockwave-flash" data="' . $graphURL . '"' . |
304 | 304 | (empty($this->m_width)? ' ' : ' width="'. $this->m_width . '" ') . |
305 | 305 | (empty($this->m_height)? ' ' : ' height="'. $this->m_height . '" ') . |
306 | | - '<param name="movie" value="' . $graphURL . |
| 306 | + '><param name="movie" value="' . $graphURL . |
307 | 307 | '"><param name="loop" value="false"><param name="SCALE" value="noborder"> alt : <a href="'. $graphURL . |
308 | 308 | '">Requires Adobe Flash plugin</a></object>'; |
309 | 309 | break; |
— | — | @@ -323,7 +323,7 @@ |
324 | 324 | $rtnstr .= '<object type="application/postscript" data="' . $graphURL . '"' . |
325 | 325 | (empty($this->m_width)? ' ' : ' width="'. $this->m_width . '" ') . |
326 | 326 | (empty($this->m_height)? ' ' : ' height="'. $this->m_height . '" ') . |
327 | | - ' alt : <a href="'. $graphURL . '">Requires PDF-capable browser</a></object>'; |
| 327 | + '> alt : <a href="'. $graphURL . '">Requires PDF-capable browser</a></object>'; |
328 | 328 | } |
329 | 329 | $rtnstr .= '</td></tr>'; |
330 | 330 | } |