We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9945240 commit 6f1b189Copy full SHA for 6f1b189
src/PhpWord/Writer/Word2007/Part/Chart.php
@@ -155,7 +155,7 @@ private function writePlotArea(XMLWriter $xmlWriter)
155
156
//Chart legend
157
if ($showLegend) {
158
- $xmlWriter->writeRaw('<c:legend><c:legendPos val="'.$legendPosition.'"/></c:legend>');
+ $xmlWriter->writeRaw('<c:legend><c:legendPos val="' . $legendPosition . '"/></c:legend>');
159
}
160
161
$xmlWriter->startElement('c:plotArea');
0 commit comments