Skip to content

Commit

Permalink
Merge pull request #614 from jbampton/fix-spelling
Browse files Browse the repository at this point in the history
Fix spelling
  • Loading branch information
trishaoconnor committed Sep 28, 2023
2 parents f6524f8 + e74d045 commit 51cbab0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docx/to/mml2omml.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
<xsl:template mode="mml"
match="mml:mi[not(child::mml:mglyph)] | mml:mn[not(child::mml:mglyph)] | mml:mo[not(child::mml:mglyph)] | mml:ms[not(child::mml:mglyph)] | mml:mtext[not(child::mml:mglyph)]">

<!-- tokens with mglyphs as children are tranformed
<!-- tokens with mglyphs as children are transformed
in a different manner than "normal" token elements.
Where normal token elements are token elements that
contain only text -->
Expand Down
2 changes: 1 addition & 1 deletion docx/tools/build.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<project basedir="." name="fix template styles">
<!-- ANT script to prepare and clean up a template for the DOCX transformation
to be used for creating a DOCX target file tranformed from a TEI XML document.
to be used for creating a DOCX target file transformed from a TEI XML document.
-->

<!-- define the the saxon transformer or place it in the ant lib directory -->
Expand Down

0 comments on commit 51cbab0

Please sign in to comment.