We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c2cd1c commit a96b3c9Copy full SHA for a96b3c9
src/PhpWord/Writer/RTF/Style/Tab.php
@@ -42,7 +42,7 @@ public function write()
42
\PhpOffice\PhpWord\Style\Tab::TAB_LEADER_HYPHEN => '\tlhyph',
43
\PhpOffice\PhpWord\Style\Tab::TAB_LEADER_UNDERSCORE => '\tlul',
44
\PhpOffice\PhpWord\Style\Tab::TAB_LEADER_HEAVY => '\tlth',
45
- \PhpOffice\PhpWord\Style\Tab::TAB_LEADER_MIDDLEDOT => '\tleq',
+ \PhpOffice\PhpWord\Style\Tab::TAB_LEADER_MIDDLEDOT => '\tlmdot',
46
];
47
$content = '';
48
if (isset($tabs[$style->getType()])) {
0 commit comments