Update TemplateProcessor.php
This commit is contained in:
parent
ec1b3d35ee
commit
18e41a1c4e
|
|
@ -575,7 +575,7 @@ class TemplateProcessor
|
||||||
|
|
||||||
// define templates
|
// define templates
|
||||||
// result can be verified via "Open XML SDK 2.5 Productivity Tool" (http://www.microsoft.com/en-us/download/details.aspx?id=30425)
|
// result can be verified via "Open XML SDK 2.5 Productivity Tool" (http://www.microsoft.com/en-us/download/details.aspx?id=30425)
|
||||||
$imgTpl = '<w:pict><v:shape type="#_x0000_t75" style="width:{WIDTH};height:{HEIGHT}"><v:imagedata r:id="{RID}" o:title=""/></v:shape></w:pict>';
|
$imgTpl = '<w:pict><v:shape type="#_x0000_t75" style="width:{WIDTH};height:{HEIGHT}" stroked="f"><v:imagedata r:id="{RID}" o:title=""/></v:shape></w:pict>';
|
||||||
|
|
||||||
foreach ($searchParts as $partFileName => &$partContent) {
|
foreach ($searchParts as $partFileName => &$partContent) {
|
||||||
$partVariables = $this->getVariablesForPart($partContent);
|
$partVariables = $this->getVariablesForPart($partContent);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue