Skip to content

Commit a96b3c9

Browse files
authored
Update Tab.php Fix Mdot
1 parent 6c2cd1c commit a96b3c9

File tree

1 file changed

+1
-1
lines changed
  • src/PhpWord/Writer/RTF/Style

1 file changed

+1
-1
lines changed

src/PhpWord/Writer/RTF/Style/Tab.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public function write()
4242
\PhpOffice\PhpWord\Style\Tab::TAB_LEADER_HYPHEN => '\tlhyph',
4343
\PhpOffice\PhpWord\Style\Tab::TAB_LEADER_UNDERSCORE => '\tlul',
4444
\PhpOffice\PhpWord\Style\Tab::TAB_LEADER_HEAVY => '\tlth',
45-
\PhpOffice\PhpWord\Style\Tab::TAB_LEADER_MIDDLEDOT => '\tleq',
45+
\PhpOffice\PhpWord\Style\Tab::TAB_LEADER_MIDDLEDOT => '\tlmdot',
4646
];
4747
$content = '';
4848
if (isset($tabs[$style->getType()])) {

0 commit comments

Comments
 (0)