Completed
Branch develop (936d0e)
by
unknown
21:45
created
htdocs/includes/odtphp/odf.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -546,7 +546,7 @@
 block discarded – undo
546 546
 		$height *= self::PIXEL_TO_CM * $ratio;
547 547
 		$xml = <<<IMG
548 548
 			<draw:frame draw:style-name="fr1" draw:name="$filename" text:anchor-type="aschar" svg:width="{$width}cm" svg:height="{$height}cm" draw:z-index="3"><draw:image xlink:href="Pictures/$file" xlink:type="simple" xlink:show="embed" xlink:actuate="onLoad"/></draw:frame>
549
-IMG;
549
+img;
550 550
 		$this->images[$value] = $file;
551 551
 		$this->setVars($key, $xml, false);
552 552
 		return $this;
Please login to merge, or discard this patch.