Skip to content

Commit b2bfd98

Browse files
committed
Merge branch 'tag_issue' into merge_with_tag
2 parents 85ea15a + d018d50 commit b2bfd98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mathjax3-ts/input/tex/Tags.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ export class AbstractTags implements Tags {
466466
let mml = new TexParser('\\text{' + this.currentTag.tagFormat + '}', {},
467467
this.configuration).mml();
468468
return this.configuration.nodeFactory.create('node', 'mtd', [mml],
469-
{id: this.currentTag.tagId, rowalign: 'center'});
469+
{id: this.currentTag.tagId});
470470
}
471471

472472
};

0 commit comments

Comments
 (0)