fpspreadsheet: Fix xml tag error <chart:data-points>

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9171 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz 2024-01-24 23:37:44 +00:00
parent 03e6f8bcd5
commit bf3b2e2df5

View File

@ -3903,7 +3903,7 @@ begin
begin
if (i >= series.DataPointStyles.Count) or (series.DataPointStyles[i] = nil) then
AppendToStream(AChartStream,
indent + ' <chart:data-point chart:repeated="1">' + LE
indent + ' <chart:data-point chart:repeated="1" />' + LE
)
else
begin