File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1133,12 +1133,12 @@ static GlossaryData getGlossary(const QList<TermDefinition *> &definitions)
11331133 data.glossaryCompact += tag->name () + " , " ;
11341134 }
11351135 data.glossary += def->dictionaryInfo ()->name ();
1136- data.glossary += " )</i>" ;
1136+ data.glossary += " )</i> " ;
11371137 data.glossaryCompact += def->dictionaryInfo ()->name ();
1138- data.glossaryCompact += " )</i>" ;
1138+ data.glossaryCompact += " )</i> " ;
11391139
1140- data.glossary += " <ul>" ;
1141- data.glossaryCompact += ' ' ;
1140+ data.glossary += " <span>< ul>" ;
1141+ data.glossaryCompact += " <span> " ;
11421142
11431143 QStringList items = GlossaryBuilder::buildGlossary (
11441144 def->glossary (),
@@ -1157,8 +1157,8 @@ static GlossaryData getGlossary(const QList<TermDefinition *> &definitions)
11571157 }
11581158 data.glossaryCompact += items.join (" | " );
11591159
1160- data.glossary += " </ul></li>" ;
1161- data.glossaryCompact += " </li>" ;
1160+ data.glossary += " </ul></span></ li>" ;
1161+ data.glossaryCompact += " </span></ li>" ;
11621162 }
11631163
11641164 data.glossary += " </ol></div>" ;
You can’t perform that action at this time.
0 commit comments