r49047 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r49046‎ | r49047 | r49048 >
Date:20:23, 30 March 2009
Author:jnatividad
Status:deferred
Tags:
Comment:
fixed missing close bracket as reported by John Major
Modified paths:
  • /trunk/extensions/SemanticResultFormats/Ploticus/SRF_Ploticus.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticResultFormats/Ploticus/SRF_Ploticus.php
@@ -302,7 +302,7 @@
303303 $rtnstr .= '<object type="application/x-shockwave-flash" data="' . $graphURL . '"' .
304304 (empty($this->m_width)? ' ' : ' width="'. $this->m_width . '" ') .
305305 (empty($this->m_height)? ' ' : ' height="'. $this->m_height . '" ') .
306 - '<param name="movie" value="' . $graphURL .
 306+ '><param name="movie" value="' . $graphURL .
307307 '"><param name="loop" value="false"><param name="SCALE" value="noborder"> alt : <a href="'. $graphURL .
308308 '">Requires Adobe Flash plugin</a></object>';
309309 break;
@@ -323,7 +323,7 @@
324324 $rtnstr .= '<object type="application/postscript" data="' . $graphURL . '"' .
325325 (empty($this->m_width)? ' ' : ' width="'. $this->m_width . '" ') .
326326 (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>';
328328 }
329329 $rtnstr .= '</td></tr>';
330330 }

Status & tagging log