Skip to content

Commit

Permalink
Merge pull request #1379 from tohidemyname/fixAdobeMeta
Browse files Browse the repository at this point in the history
fixing an error in adobe meta
  • Loading branch information
tonyqus authored Oct 19, 2024
2 parents e0bb4de + 4de4449 commit cfb0c78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scratchpad/HWPF/Converter/FoDocumentFacade.cs
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ protected XmlElement GetOrCreatePropertiesRoot()

// See http://xmlgraphics.apache.org/fop/0.95/metadata.html

XmlElement xmpmeta = document.CreateElement("adobe:ns:meta",
XmlElement xmpmeta = document.CreateElement("adobe:ns:meta/",
"x:xmpmeta", NS_XSLFO);
declarations.AppendChild(xmpmeta);

Expand Down

0 comments on commit cfb0c78

Please sign in to comment.