Closed abey79 closed 9 months ago
Fix unescaped content of the <dc:source> tag in the SVG output. This could make the SVG unreadable, in particular with DocumentMetadata::with_source_suffix() sometime returning "<empty> $SUFFIX"
<dc:source>
DocumentMetadata::with_source_suffix()
"<empty> $SUFFIX"
Fix unescaped content of the
<dc:source>
tag in the SVG output. This could make the SVG unreadable, in particular withDocumentMetadata::with_source_suffix()
sometime returning"<empty> $SUFFIX"